diff --git a/systems/x86_64-linux/mx/headscale.nix b/systems/x86_64-linux/mx/headscale.nix index e077db2..ffadd1b 100644 --- a/systems/x86_64-linux/mx/headscale.nix +++ b/systems/x86_64-linux/mx/headscale.nix @@ -12,6 +12,13 @@ in server_url = "https://${domain}"; dns = { base_domain = "hoyer.tail"; + nameservers.global = [ + "192.168.178.254" + "1.1.1.1" + "1.0.0.1" + "2606:4700:4700::1111" + "2606:4700:4700::1001" + ]; }; oidc = { allowed_domains = [ "hoyer.xyz" ];