added tailscale network to nfs server exports
This commit is contained in:
parent
8d02ff00fe
commit
2b9737b8f2
|
@ -39,7 +39,7 @@
|
|||
enable = true;
|
||||
exports = lib.strings.concatLines (
|
||||
builtins.map (
|
||||
directory: "${directory._directory} 192.168.1.0/22(rw,sync,no_subtree_check,crossmnt)"
|
||||
directory: "${directory._directory} 100.64.0.0/10(rw,sync,no_subtree_check,crossmnt)"
|
||||
)
|
||||
(
|
||||
builtins.filter (
|
||||
|
|
Loading…
Reference in a new issue