From 340302240386e41c4730c77a9694e852bb9a7c0c Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 12 Nov 2023 08:25:05 -0800 Subject: [PATCH] Move to mullvad DNS --- nixos/roles/graphical/dns.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 = ''