nixos-config/configurations/camelot/jellyfin.nix

7 lines
95 B
Nix
Raw Normal View History

2023-11-23 21:55:37 +01:00
{
services.jellyfin.enable = true;
networking.firewall.allowedTCPPorts = [
8096
];
}