bring back services rendering for docs
Setting services to visible = false breaks stuff
This commit is contained in:
@@ -428,8 +428,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = lib.mkOption {
|
services = lib.mkOption {
|
||||||
|
# TODO: deprecate these options
|
||||||
# services are deprecated in favor of `instances`
|
# services are deprecated in favor of `instances`
|
||||||
visible = false;
|
# visible = false;
|
||||||
description = ''
|
description = ''
|
||||||
Services of the inventory.
|
Services of the inventory.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user