❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add firewall rules

+3 -1
+3 -1
nixos/ferret/media.nix
··· 24 24 25 25 services.jellyfin = { 26 26 enable = true; 27 - 27 + openFirewall = true; 28 28 user = "media"; 29 29 group = "media"; 30 30 }; ··· 57 57 user = "media"; 58 58 group = "media"; 59 59 }; 60 + 61 + networking.firewall.allowedTCPPorts = [ 8080 ]; 60 62 61 63 62 64 # SSL config