Add ip-host-map option
This commit is contained in:
parent
cb58f7b80d
commit
779e877c54
@ -73,6 +73,13 @@ in {
|
|||||||
type = str;
|
type = str;
|
||||||
description = "Timestamp to attach to zone record.";
|
description = "Timestamp to attach to zone record.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ip-host-map = mkOption {
|
||||||
|
type = attrsOf str;
|
||||||
|
description =
|
||||||
|
"Map of IP address to authoritative hostname. Unneeded hosts will be ignored.";
|
||||||
|
default = { };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [ ./nsd.nix ];
|
imports = [ ./nsd.nix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user