From 0ec421f185445020c8e8673c4fa9482f1440311c Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 10 Jan 2024 02:14:44 +0800 Subject: [PATCH] nixos: networking: google dns -> alidns --- nixos/profiles/common/core/networking/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/profiles/common/core/networking/default.nix b/nixos/profiles/common/core/networking/default.nix index fc18e36..94972c4 100644 --- a/nixos/profiles/common/core/networking/default.nix +++ b/nixos/profiles/common/core/networking/default.nix @@ -1,11 +1,11 @@ _: { networking.wireless.iwd.enable = true; networking.nameservers = [ - ### Google DNS - "8.8.8.8#dns.google" - "8.8.4.4#dns.google" - "2001:4860:4860::8888#dns.google" - "2001:4860:4860::8844#dns.google" + ### AliDNS + "223.5.5.5" + "223.6.6.6" + "2400:3200::1" + "2400:3200:baba::1" ]; ### systemd-resolved