Need a `type`
This commit is contained in:
parent
4dd1c57d05
commit
d5457a5d75
|
@ -75,7 +75,7 @@ let
|
|||
zoneOpts = {
|
||||
options = with types; {
|
||||
hosts = mkOption {
|
||||
attrsOf (submodule networkHostOpts);
|
||||
type = attrsOf (submodule networkHostOpts);
|
||||
description = "Hosts on the local network, with relevant settings.";
|
||||
default = { };
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue