inventory: fix missing default for instances.*.module
This commit is contained in:
@@ -394,6 +394,7 @@ in
|
|||||||
options = {
|
options = {
|
||||||
# ModuleSpec
|
# ModuleSpec
|
||||||
module = lib.mkOption {
|
module = lib.mkOption {
|
||||||
|
default = { };
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options.input = lib.mkOption {
|
options.input = lib.mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
|
|||||||
Reference in New Issue
Block a user