Nest in options...

This commit is contained in:
niten 2023-10-06 10:05:40 -07:00
parent d150487ede
commit 4dd1c57d05

View File

@ -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