all repos — nixfiles @ 173e8ebff2eada708140a80a5c4b07fe872c16bf

System and user configuration, managed by nix and home-manager

nanopi: disable jellyfin for now
Alan Pearce alan@alanpearce.eu
Sat, 18 May 2024 11:39:19 +0200
commit

173e8ebff2eada708140a80a5c4b07fe872c16bf

parent

648d76c8cec2ffda08a07ed43921d2f42ebe0218

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M system/nanopi.nixsystem/nanopi.nix
@@ -125,7 +125,6 @@ 5357           5533 # SmartDNS
           8096
           9091 # Transmission
-          8096 # Jellyfin
         ];
         allowedUDPPorts = [
           53
@@ -136,7 +135,6 @@ 4011 # PXE           5533 # SmartDNS
           5353
           5355 # LLMNR
-          1900 # DLNA Jellyfin
           3702 # Samba WSDD
           41641
           51827
@@ -643,7 +641,8 @@ users.groups.videos = {     members = [ "alan" "jellyfin" ];
   };
   services.jellyfin = {
-    enable = true;
+    enable = false;
+    openFirewall = true;
   };
 
   users.users.syncthing = {