MyNixOS website logo

List of zones we claim authority over.

Declarations
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 = [ ];
  };
}