nixos-config/configurations/camelot/jellyfin.nix
2023-11-25 15:55:16 +01:00

7 lines
95 B
Nix

{
services.jellyfin.enable = true;
networking.firewall.allowedTCPPorts = [
8096
];
}