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

This commit is contained in:
2026-07-01 10:27:05 +00:00
parent 8f32ccdd0f
commit 0edb1a431e
+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)
'';
};