NFS share

This commit is contained in:
2026-07-11 08:57:42 +02:00
parent 6141e2b16b
commit abfd1b090d
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
users.groups.media = {};
users.users.jellyfin.extraGroups = [ "media" ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 111 2049 4000 4001 4002 20048 /* NFS */ ];
networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 /* NFS */ ];
programs.zsh.enable = true;
security.polkit.enable = true;