From b36431f210eb406b415fadcf1fc0dbf0f3ed4fcf Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 1 Jun 2026 00:09:59 +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 1b08c25..e90a786 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) + /backup 192.168.2.0/24(rw,sync,no_subtree_check) 172.30.0.0/16(rw,sync,no_subtree_check) ''; };