fixed exports folder on nfs
This commit is contained in:
parent
9b857234f4
commit
34dce8d9d1
|
@ -39,7 +39,7 @@
|
|||
enable = true;
|
||||
exports = lib.strings.concatLines (
|
||||
[
|
||||
"/export 100.64.0.0/10(rw,fsid=0,no_subtree_check)"
|
||||
"/exports 100.64.0.0/10(rw,fsid=0,no_subtree_check)"
|
||||
]
|
||||
++ (builtins.map (
|
||||
directory: "${directory._directory} 100.64.0.0/10(rw,nohide,sync,no_subtree_check,crossmnt)"
|
||||
|
|
Loading…
Reference in a new issue