services.headscale.settings.dns.base_domain

NixOS option

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 in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →