services.dnscache.domainServers
Table of {hostname: server} pairs to use as authoritative servers for hosts (and subhosts). If entry for @ is not specified predefined list of root servers is used.
- Type
attribute set of list of string- Default
{ }- Example
{ "@" = ["8.8.8.8" "8.8.4.4"]; "example.com" = ["192.168.100.100"]; }- Declared
- <nixpkgs/nixos/modules/services/networking/dnscache.nix>