Nest in options...
This commit is contained in:
+3
-1
@@ -74,7 +74,8 @@ let
|
||||
|
||||
zoneOpts = {
|
||||
options = with types; {
|
||||
hosts = attrsOf (submodule networkHostOpts);
|
||||
hosts = mkOption {
|
||||
attrsOf (submodule networkHostOpts);
|
||||
description = "Hosts on the local network, with relevant settings.";
|
||||
default = { };
|
||||
};
|
||||
@@ -182,5 +183,6 @@ let
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
in zoneOpts
|
||||
|
||||
Reference in New Issue
Block a user