services.headscale.settings.dns.base_domain

Defines the base domain to create the hostnames for MagicDNS. This domain must be different from the server_url domain. base_domain must be a FQDN, without the trailing dot. The FQDN of the hosts will be hostname.base_domain (e.g. myhost.tailnet.example.com).

Type
string
Default
""
Example
"tailnet.example.com"
Declared
<nixpkgs/nixos/modules/services/networking/headscale.nix>