From b721f12cc51685d924a847f01ef8407f538ad6fd Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Fri, 22 May 2026 02:31:08 -0500 Subject: [PATCH] fix root nfs --- hosts/servers/poseidon/shares.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/servers/poseidon/shares.nix b/hosts/servers/poseidon/shares.nix index a86e6e8..9400df0 100644 --- a/hosts/servers/poseidon/shares.nix +++ b/hosts/servers/poseidon/shares.nix @@ -13,8 +13,8 @@ mountdPort = 4002; statdPort = 4000; exports = '' - /export 10.5.0.0/24(rw,fsid=0,no_subtree_check) - /export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check) + /export 10.5.0.0/24(rw,fsid=0,no_subtree_check,no_root_squash) + /export/containers 10.5.0.0/24(rw,nohide,insecure,no_subtree_check,no_root_squash) ''; }; } \ No newline at end of file