services.skydns.nameservers

NixOS option

Skydns list of nameservers to forward DNS requests to when not authoritative for a domain.

type: list of string
Default
map (n: n + ":53") config.networking.nameservers
Example
[
  "8.8.8.8:53"
  "8.8.4.4:53"
]
declared in: nixos/modules/services/networking/skydns.nixView source on NixOS/nixpkgs →