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