diff --git a/nixosConfigurations/hetzner-vpn2/headscale.nix b/nixosConfigurations/hetzner-vpn2/headscale.nix index 05e3b5a..538c557 100644 --- a/nixosConfigurations/hetzner-vpn2/headscale.nix +++ b/nixosConfigurations/hetzner-vpn2/headscale.nix @@ -8,8 +8,11 @@ in address = "localhost"; port = headscale-port; settings = { - dns.base_domain = "high-gravity.space"; server_url = "https://headscale.zerforschen.plus"; + dns = { + override_local_dns = false; + base_domain = "high-gravity.space"; + }; }; }; nginx.virtualHosts."uplink.darkest.space" = {