summary refs log tree commit diff stats
path: root/system/nanopi.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-18 11:39:19 +0200
committerAlan Pearce2024-05-18 11:39:46 +0200
commit173e8ebff2eada708140a80a5c4b07fe872c16bf (patch)
tree6aabd09b09855df9d62fce505f9ea9ec3ef22ce0 /system/nanopi.nix
parent648d76c8cec2ffda08a07ed43921d2f42ebe0218 (diff)
downloadnixfiles-173e8ebff2eada708140a80a5c4b07fe872c16bf.tar.lz
nixfiles-173e8ebff2eada708140a80a5c4b07fe872c16bf.tar.zst
nixfiles-173e8ebff2eada708140a80a5c4b07fe872c16bf.zip
nanopi: disable jellyfin for now
Diffstat (limited to 'system/nanopi.nix')
-rwxr-xr-xsystem/nanopi.nix5
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 = {