Update hosts/server/configuration.nix

This commit is contained in:
2026-07-01 10:27:05 +00:00
parent e28d953b8d
commit 3212d80b63
+2 -1
View File
@@ -53,7 +53,8 @@ services.nfs.server = {
enable = true;
exports = ''
/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,crossmnt)
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/tank/docker/databases 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
'';
};