From dac4422f996a0746be17fb59aa89fd37516be24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 17 Aug 2023 06:07:28 +0000 Subject: [PATCH] headscale: disable MagicDNS https://github.com/tailscale/tailscale/issues/915#issuecomment-749225697 --- hosts/hel1-a/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hel1-a/configuration.nix b/hosts/hel1-a/configuration.nix index e0bb94e..22128c9 100644 --- a/hosts/hel1-a/configuration.nix +++ b/hosts/hel1-a/configuration.nix @@ -153,7 +153,7 @@ log.level = "warn"; dns_config = { nameservers = ["1.1.1.1" "8.8.4.4"]; - magic_dns = true; + magic_dns = false; base_domain = "jakst"; }; oidc = {