feat(docs,api): expose inventory.instances interface"
This commit is contained in:
@@ -359,9 +359,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
instances = lib.mkOption {
|
instances = lib.mkOption {
|
||||||
# Keep as internal until all de-/serialization issues are resolved
|
|
||||||
visible = false;
|
|
||||||
internal = true;
|
|
||||||
description = "Multi host service module instances";
|
description = "Multi host service module instances";
|
||||||
type = types.attrsOf (
|
type = types.attrsOf (
|
||||||
types.submodule {
|
types.submodule {
|
||||||
|
|||||||
Reference in New Issue
Block a user