diff --git a/hosts/x86_64-linux/beleth/nfs.nix b/hosts/x86_64-linux/beleth/nfs.nix index 47c579d..622db5a 100644 --- a/hosts/x86_64-linux/beleth/nfs.nix +++ b/hosts/x86_64-linux/beleth/nfs.nix @@ -11,7 +11,7 @@ server = { enable = true; exports = '' - /export 2a0f:be01:0:100::/64(ro,crossmnt,async,fsid=0,no_subtree_check) 2a0f:be01:0:200::/64(ro,crossmnt,async,fsid=0,no_subtree_check) 2a0f:be01:fe:f00::/56(ro,crossmnt,async,fsid=0,no_subtree_check) + /export 2a0f:be01:0:100::/64(ro,insecure,crossmnt,async,fsid=0,no_subtree_check) 2a0f:be01:0:200::/64(ro,insecure,crossmnt,async,fsid=0,no_subtree_check) 2a0f:be01:fe:f00::/56(ro,insecure,crossmnt,async,fsid=0,no_subtree_check) ''; }; };