fix server ips

This commit is contained in:
2023-12-05 10:30:02 +01:00
parent 46278f9f72
commit 2748929e66
4 changed files with 14 additions and 9 deletions

View File

@@ -24,13 +24,13 @@
services.resolved = {
enable = true;
domains = [ "~." ];
fallbackDns = [ "10.42.97.2" ];
fallbackDns = [ "10.42.97.10" ];
};
networking = {
useDHCP = false;
# Define VLANS
nameservers = [ "10.42.97.2" ];
nameservers = [ "10.42.97.10" ];
vlans = {
infrastructure = {
id = 101;