diff --git a/nixos/roles/graphical/dns.nix b/nixos/roles/graphical/dns.nix index 276630ea..9f0ba260 100644 --- a/nixos/roles/graphical/dns.nix +++ b/nixos/roles/graphical/dns.nix @@ -4,14 +4,11 @@ in { networking = { networkmanager.dns = mkForce "none"; nameservers = [ - "9.9.9.9" + "194.242.2.2#dns.mullvad.net" ]; }; services.resolved = { enable = true; - fallbackDns = [ - "9.9.9.9" - ]; domains = ["~."]; dnssec = "true"; extraConfig = ''