forked from malobeo/infrastructure
[hosts] fix dns
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user