Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
dnsmasq
settings
server
option
services.dnsmasq.settings.server
The DNS servers which dnsmasq should query.
Declarations
nixos/modules/services/networking/dnsmasq.nix
Type
list of string
Default
[ ]
Example
[
"8.8.8.8"
"8.8.4.4"
]