Update hosts/server/configuration.nix

This commit is contained in:
2026-07-01 05:29:17 +00:00
parent a2f2af77b6
commit c31606922e
+3 -3
View File
@@ -47,9 +47,9 @@
services.nfs.server = { services.nfs.server = {
enable = true; enable = true;
exports = '' exports = ''
/srv/ 192.168.2.0/24(rw,sync,no_subtree_check) /tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
/backup 192.168.2.0/24(rw,sync,no_subtree_check) 172.30.43.15/20(rw,sync,no_subtree_check) /tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
''; '';
}; };
security.sudo = { security.sudo = {