From 7ab3b125ecc513325e40dee3bb626fd43e6da2db Mon Sep 17 00:00:00 2001 From: atlas Date: Sat, 30 May 2026 11:36:59 +0200 Subject: [PATCH] nix/docs: update stub-eval + index text to services.hyperhive.* namespace two stale spots in `nix/docs.nix` that #622 didn't catch: - the stub NixOS eval was force-disabling `hyperhive.{forge,matrix}.enable` on the old paths, which fail eval post-#615 (`The option `hyperhive' does not exist`) - the rendered index page text still listed the old namespace shape both updated to use `services.hyperhive.*` consistently. necessary on this branch for `nix flake check` to pass; the same fix lives on PR a no-op. --- nix/docs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/docs.nix b/nix/docs.nix index bfaf5d06..b5baefc5 100644 --- a/nix/docs.nix +++ b/nix/docs.nix @@ -288,7 +288,7 @@ let echo '

hyperhive — nix options reference

' echo '

Auto-generated from the hyperhive flake. Two reading paths:

' echo '

host options

' - echo '

Options exposed by hyperhive.nixosModules.default to operator host configurations: services.hive-c0re.*, hyperhive.domain, hyperhive.forge.*, hyperhive.matrix.*.

' + echo '

Options exposed by hyperhive.nixosModules.default to operator host configurations: services.hyperhive.{enable,domain,c0re,forge,matrix,gateway}.*.

' echo '

agent options

' echo '

Per-agent options declared in nix/templates/harness-base.nix and visible from every agent.nix: hyperhive.model, hyperhive.allowedRecipients, hyperhive.extraMcpServers, hyperhive.frontend.*, hyperhive.forge.*, hyperhive.matrix.*, hyperhive.gui.*.

' echo '

Regenerate

'