nixos: networking: google dns -> alidns
This commit is contained in:
parent
2323bfcc3e
commit
0ec421f185
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
_: {
|
_: {
|
||||||
networking.wireless.iwd.enable = true;
|
networking.wireless.iwd.enable = true;
|
||||||
networking.nameservers = [
|
networking.nameservers = [
|
||||||
### Google DNS
|
### AliDNS
|
||||||
"8.8.8.8#dns.google"
|
"223.5.5.5"
|
||||||
"8.8.4.4#dns.google"
|
"223.6.6.6"
|
||||||
"2001:4860:4860::8888#dns.google"
|
"2400:3200::1"
|
||||||
"2001:4860:4860::8844#dns.google"
|
"2400:3200:baba::1"
|
||||||
];
|
];
|
||||||
|
|
||||||
### systemd-resolved
|
### systemd-resolved
|
||||||
|
|
Loading…
Reference in a new issue