NFS share
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user