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