services.bind.zones
List of zones we claim authority over.
- Type
(attribute set of (submodule)) or (list of (attribute set)) convertible to it- Default
[ ]- Example
{ "example.com" = { extraConfig = ""; file = "/var/dns/example.com"; master = false; masters = [ "192.168.0.1" ]; slaves = [ ]; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/bind.nix>