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

This commit is contained in:
2026-06-01 01:24:04 +00:00
parent b36431f210
commit d474f1b1b1
+1 -1
View File
@@ -41,7 +41,7 @@ services.nfs.server = {
enable = true; enable = true;
exports = '' exports = ''
/srv/ 192.168.2.0/24(rw,sync,no_subtree_check) /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)
''; '';
}; };