From f7baaf88bb2f9831ee94e8ece1f31db89646b7f7 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 1 Jul 2026 05:29:17 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {