Set a default dns for ipv6

This commit is contained in:
Natsu Kagami 2024-07-10 22:19:40 +02:00
parent 2657e7f3fc
commit 30ba277d46
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -119,7 +119,7 @@ in
dnsServers = mkOption {
type = types.listOf types.str;
description = "DNS server list";
default = [ "8.8.8.8" "8.8.4.4" ];
default = [ "1.1.1.1" "2606:4700:4700:1111" ];
};
networks = mkOption {
type = types.attrsOf (types.submodule {