Need a `type`

This commit is contained in:
niten 2023-10-06 10:07:12 -07:00
parent 4dd1c57d05
commit d5457a5d75
1 changed files with 1 additions and 1 deletions

View File

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