hosts/flandre-m5p: update dns servers
This commit is contained in:
parent
6caa95c40b
commit
913786f3d2
|
@ -28,6 +28,7 @@
|
||||||
dhcpServerConfig = {
|
dhcpServerConfig = {
|
||||||
ServerAddress = "100.64.0.1/20";
|
ServerAddress = "100.64.0.1/20";
|
||||||
EmitDNS = true;
|
EmitDNS = true;
|
||||||
|
DNS = "10.10.0.21";
|
||||||
};
|
};
|
||||||
ipv6Prefixes = lib.singleton {
|
ipv6Prefixes = lib.singleton {
|
||||||
Prefix = "fdce:2962:c3c1:130c::/64";
|
Prefix = "fdce:2962:c3c1:130c::/64";
|
||||||
|
|
Loading…
Reference in a new issue