From de7a1acb39fbf45a9a8a7ba41857ab56323a7ea9 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 16 Jun 2024 01:27:52 +0200 Subject: [PATCH] Make everything insecure uwu --- hosts/x86_64-linux/beleth/nfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ''; }; };