dotfiles/nixos/emby.nix

7 lines
63 B
Nix
Raw Normal View History

2021-07-10 21:03:33 -06:00
{ pkgs, ... }:
{
services.emby = {
enable = true;
};
}