From d474f1b1b17a9ec9c3c81857b968123666da5cb6 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 1 Jun 2026 01:24:04 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index e90a786..cc53e01 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -41,7 +41,7 @@ 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.0.0/16(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) ''; };