From 297d0083d85d72daa73e653dfbd7ae32e76275d9 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 6 Dec 2025 14:54:41 +0000 Subject: [PATCH] headscale: Disable new dns.override_local_dns option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason this was enabled by default in 0.26.0 even though it breaks existing configurations. ¯\_(ツ)_/¯ https://github.com/juanfont/headscale/pull/2438 --- services/qenya/headscale.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/qenya/headscale.nix b/services/qenya/headscale.nix index 84833fa..c4609f9 100644 --- a/services/qenya/headscale.nix +++ b/services/qenya/headscale.nix @@ -29,6 +29,7 @@ in dns = { magic_dns = true; base_domain = "birdsong.network"; + override_local_dns = false; }; # disable built-in ACME client