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) ''; };