From b8589747450da48ef02470e9e7d2f391821ce1be Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 4 Oct 2025 18:34:14 +0100 Subject: [PATCH] Revert "boot: Add Control D DNS as fallback if Mullvad is down" This reverts commit 6df2fdecb7e30dcc9f0c9394677b336f528b1488. --- common/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/boot.nix b/common/boot.nix index 93ac942..f0f4b92 100644 --- a/common/boot.nix +++ b/common/boot.nix @@ -29,7 +29,7 @@ in fallbackDns = [ ]; dnsovertls = "true"; extraConfig = '' - DNS=2a07:e340::4#base.dns.mullvad.net 194.242.2.4#base.dns.mullvad.net 2606:1a40::11#p2.freedns.controld.com 76.76.2.11#p2.freedns.controld.com + DNS=2a07:e340::4#base.dns.mullvad.net 194.242.2.4#base.dns.mullvad.net ''; }; }