bring back services rendering for docs

Setting services to visible = false breaks stuff
This commit is contained in:
DavHau
2025-06-25 12:38:51 +07:00
parent d9d1ab97a9
commit e70afa9511

View File

@@ -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.