diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2791c99..62ccd0e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -47,9 +47,9 @@ services.nfs.server = { enable = true; exports = '' - /srv/ 192.168.2.0/24(rw,sync,no_subtree_check) - /backup 192.168.2.0/24(rw,sync,no_subtree_check) 172.30.43.15/20(rw,sync,no_subtree_check) - ''; + /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) + ''; }; security.sudo = {