diff options
Diffstat (limited to 'system')
-rwxr-xr-x | system/nanopi.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix index 1bbb4649..45eae872 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -125,7 +125,6 @@ in 5533 # SmartDNS 8096 9091 # Transmission - 8096 # Jellyfin ]; allowedUDPPorts = [ 53 @@ -136,7 +135,6 @@ in 5533 # SmartDNS 5353 5355 # LLMNR - 1900 # DLNA Jellyfin 3702 # Samba WSDD 41641 51827 @@ -643,7 +641,8 @@ in members = [ "alan" "jellyfin" ]; }; services.jellyfin = { - enable = true; + enable = false; + openFirewall = true; }; users.users.syncthing = { |