Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 8m58s

This commit is contained in:
2026-06-01 00:09:59 +00:00
parent d4771720b9
commit b36431f210
+1 -1
View File
@@ -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)
'';
};