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 stringDefault
{ }Example
declared in: nixos/modules/services/networking/headscale.nixView source on NixOS/nixpkgs →{
"foo.bar.com" = [
"1.1.1.1"
];
}