dotfiles/nixos/emby.nix

7 lines
63 B
Nix

{ pkgs, ... }:
{
services.emby = {
enable = true;
};
}