nix/hosts/marvin/services/jellyfin.nix
2022-07-17 19:50:50 -04:00

6 lines
107 B
Nix

{
services.jellyfin = {
enable = true;
};
networking.firewall.allowedUDPPorts = [ 1900 7359 ];
}