Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 44m18s

add ,crossmnt option to volumes NFS export
This commit is contained in:
2026-07-01 09:47:53 +00:00
parent 44e828320f
commit 8f32ccdd0f
+1 -1
View File
@@ -53,7 +53,7 @@ services.nfs.server = {
enable = true; enable = true;
exports = '' exports = ''
/tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash) /tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash) /tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash,crossmnt)
''; '';
}; };