This commit is contained in:
2026-01-18 15:47:38 +03:00
parent 0ca4aa69c7
commit a13a41880e
+2 -2
View File
@@ -12,8 +12,8 @@
server = { server = {
enable = true; enable = true;
exports = '' exports = ''
/export 192.168.1.20(rw,fsid=0,no_subtree_check) /export 192.168.1.20(rw,fsid=0,no_subtree_check,no_root_squash)
/export/root 192.168.1.20(rw,nohide,insecure,no_subtree_check) /export/root 192.168.1.20(rw,nohide,insecure,no_subtree_check,no_root_squash)
''; '';
}; };
}; };