challenger: Disable NFS in both directions to avoid extreme crashes

This commit is contained in:
2024-11-23 08:50:01 +01:00
parent c49fc1fb4d
commit 12773b8c62
2 changed files with 14 additions and 14 deletions

View File

@@ -16,6 +16,6 @@
# '';
# };
networking.firewall.allowedTCPPorts = [ 111 2049 20048 ];
networking.firewall.allowedUDPPorts = [ 111 20048];
# networking.firewall.allowedTCPPorts = [ 111 2049 20048 ];
# networking.firewall.allowedUDPPorts = [ 111 20048];
}