From fb5dcb571742b7f093cb8566b4e53cc95ecd5d07 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Thu, 21 May 2026 04:10:36 -0500 Subject: [PATCH] set nfs4 --- hosts/servers/poseidon/shares.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/servers/poseidon/shares.nix b/hosts/servers/poseidon/shares.nix index 8d3f0d6..5bbda3e 100644 --- a/hosts/servers/poseidon/shares.nix +++ b/hosts/servers/poseidon/shares.nix @@ -1,6 +1,6 @@ { ... }: { - networking.firewall.allowedTCPPorts = [ 2049 ]; + networking.firewall.allowedTCPPorts = [ 111 2049 ]; fileSystems."/export/containers" = { device = "/Velaris/Containers"; options = [ "bind" ]; @@ -12,8 +12,8 @@ mountdPort = 4002; statdPort = 4000; exports = '' - /export 10.5.0.2(rw,fsid=0,no_subtree_check) - /export/containers 10.5.0.2(rw,nohide,insecure,no_subtree_check) + /export 10.5.0.2(rw,fsid=0,no_subtree_check,vers=4) + /export/containers 10.5.0.2(rw,nohide,insecure,no_subtree_check,vers=4) ''; }; } \ No newline at end of file