diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index a6689d0..a66363e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -53,7 +53,8 @@ services.nfs.server = { enable = true; exports = '' /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,crossmnt) + /tank/docker/volumes 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash) + /tank/docker/databases 192.168.2.0/24(rw,sync,no_subtree_check,no_root_squash) ''; };