change nfs exports

This commit is contained in:
2026-07-22 10:57:58 +02:00
parent 1054637fd4
commit dc1058762f
+3 -3
View File
@@ -8,9 +8,9 @@
services.nfs.server = rec { services.nfs.server = rec {
enable = true; enable = true;
exports = '' exports = ''
/export 192.168.2.0/24(rw,fsid=0,no_subtree_check) /export 192.168.2.0/24(rw,fsid=0,no_subtree_check),10.10.10.2/32(ro,fsid=0,no_subtree_check)
/export/Pluto 192.168.2.0/24(rw,no_subtree_check) /export/Pluto 192.168.2.0/24(rw,no_subtree_check),10.10.10.2/32(ro,no_subtree_check)
/export/Mars 192.168.2.0/24(rw,no_subtree_check) /export/Mars 192.168.2.0/24(rw,no_subtree_check),10.10.10.2/32(ro,no_subtree_check)
''; '';
createMountPoints = true; createMountPoints = true;
}; };