Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 1h21m30s
Check NixOS configurations / eval-hosts (push) Failing after 1h21m30s
This commit is contained in:
@@ -47,8 +47,8 @@
|
|||||||
services.nfs.server = {
|
services.nfs.server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
exports = ''
|
exports = ''
|
||||||
/srv/ 192.168.2.0/24(rw,sync,no_subtree_check)
|
/tank/docker/config 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
|
||||||
/backup 192.168.2.0/24(rw,sync,no_subtree_check) 172.30.43.15/20(rw,sync,no_subtree_check)
|
/tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user