MyNixOS website logo
option

networking.nameservers

The list of nameservers. It can be left empty if it is auto-detected through DHCP.

Declarations
Type
list of string
Default
[ ]
Example
[
  "130.161.158.4"
  "130.161.33.17"
]