From 0edb1a431eb5e195dcc65e01d4a8988f945c072e Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 1 Jul 2026 10:27:05 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ''; };