services.skydns.nameservers
NixOS option
Skydns list of nameservers to forward DNS requests to when not authoritative for a domain.
type: list of stringDefault
map (n: n + ":53") config.networking.nameservers
Example
declared in: nixos/modules/services/networking/skydns.nixView source on NixOS/nixpkgs →[ "8.8.8.8:53" "8.8.4.4:53" ]