Set a default dns for ipv6
This commit is contained in:
parent
2657e7f3fc
commit
30ba277d46
|
@ -119,7 +119,7 @@ in
|
||||||
dnsServers = mkOption {
|
dnsServers = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = "DNS server list";
|
description = "DNS server list";
|
||||||
default = [ "8.8.8.8" "8.8.4.4" ];
|
default = [ "1.1.1.1" "2606:4700:4700:1111" ];
|
||||||
};
|
};
|
||||||
networks = mkOption {
|
networks = mkOption {
|
||||||
type = types.attrsOf (types.submodule {
|
type = types.attrsOf (types.submodule {
|
||||||
|
|
Loading…
Reference in a new issue