services.headscale.settings.dns.split

NixOS option

Split DNS configuration (map of domains and which DNS server to use for each). See https://tailscale.com/kb/1054/dns/.

type: attribute set of list of string
Default
{ }
Example
{
  "foo.bar.com" = [
    "1.1.1.1"
  ];
}
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →