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