Nest in options...
This commit is contained in:
parent
d150487ede
commit
4dd1c57d05
@ -74,7 +74,8 @@ let
|
|||||||
|
|
||||||
zoneOpts = {
|
zoneOpts = {
|
||||||
options = with types; {
|
options = with types; {
|
||||||
hosts = attrsOf (submodule networkHostOpts);
|
hosts = mkOption {
|
||||||
|
attrsOf (submodule networkHostOpts);
|
||||||
description = "Hosts on the local network, with relevant settings.";
|
description = "Hosts on the local network, with relevant settings.";
|
||||||
default = { };
|
default = { };
|
||||||
};
|
};
|
||||||
@ -182,5 +183,6 @@ let
|
|||||||
default = { };
|
default = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
in zoneOpts
|
in zoneOpts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user