Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 44m18s
Check NixOS configurations / eval-hosts (push) Failing after 44m18s
add ,crossmnt option to volumes NFS export
This commit is contained in:
@@ -53,7 +53,7 @@ services.nfs.server = {
|
|||||||
enable = true;
|
enable = true;
|
||||||
exports = ''
|
exports = ''
|
||||||
/tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
|
/tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
|
||||||
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
|
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash,crossmnt)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user