From e70afa9511f0f50fa12aec9e077964a4d3ef7e33 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 25 Jun 2025 12:38:51 +0700 Subject: [PATCH] bring back services rendering for docs Setting services to visible = false breaks stuff --- lib/inventory/build-inventory/interface.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/inventory/build-inventory/interface.nix b/lib/inventory/build-inventory/interface.nix index f56c165a0..b02411b59 100644 --- a/lib/inventory/build-inventory/interface.nix +++ b/lib/inventory/build-inventory/interface.nix @@ -428,8 +428,9 @@ in }; services = lib.mkOption { + # TODO: deprecate these options # services are deprecated in favor of `instances` - visible = false; + # visible = false; description = '' Services of the inventory.