[hosts] fix dns

This commit is contained in:
2026-02-20 22:58:16 +01:00
parent 5a35febf77
commit 04ee3105c1

View File

@@ -6,7 +6,7 @@ let
hostId = hostId; hostId = hostId;
address = "192.168.1.${hostId}"; address = "192.168.1.${hostId}";
gateway = "192.168.1.1"; gateway = "192.168.1.1";
nameservers = [ "192.168.1.17" "1.1.1.1" ]; #setting ns1 as nameserver nameservers = [ "192.168.1.1" "1.1.1.1" ]; #setting ns1 as nameserver
mac = mac; mac = mac;
}; };