parent
0fab955f8f
commit
333db8717c
|
@ -8,6 +8,12 @@ let
|
||||||
|
|
||||||
domainOpts = { name, ... }: {
|
domainOpts = { name, ... }: {
|
||||||
options = with types; {
|
options = with types; {
|
||||||
|
domain = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "Domain name.";
|
||||||
|
default = name;
|
||||||
|
};
|
||||||
|
|
||||||
dnssec = mkOption {
|
dnssec = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
description = "Enable DNSSEC security for this zone.";
|
description = "Enable DNSSEC security for this zone.";
|
||||||
|
|
Loading…
Reference in New Issue