services.headscale.settings.dns.split

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
<nixpkgs/nixos/modules/services/networking/headscale.nix>