diff --git a/nixos/profiles/graphical/dns.nix b/nixos/profiles/graphical/dns.nix index bd3743eb..cb6a40fc 100644 --- a/nixos/profiles/graphical/dns.nix +++ b/nixos/profiles/graphical/dns.nix @@ -4,7 +4,9 @@ in { networking = { networkmanager.dns = mkForce "none"; nameservers = [ - "194.242.2.2#dns.mullvad.net" + "1.1.1.1#cloudflare-dns.com" + "1.0.0.1#cloudflare-dns.com" + "8.8.8.8#dns.google" ]; }; services.resolved = {