Need a type

This commit is contained in:
niten 2023-10-06 10:07:12 -07:00
parent 4dd1c57d05
commit d5457a5d75

View File

@ -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 = { };
}; };