mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user