hyperhive — nix options reference
Auto-generated from the hyperhive flake. Four reading paths:
- host options — options exposed by
hyperhive.nixosModules.defaultto operator host configurations (services.hyperhive.{enable,domain,c0re,gateway,tls,network}.*). - swarm options — swarm-wide facts, identical on every
host in the swarm (
services.hyperhive.swarm.{name,domain,hives, ca,forge,matrix}.*). - deploy options — this host's own deployment
decisions, necessarily different per host
(
services.hyperhive.deploy.*— does this machine run grafana, the swarm controller, authelia, …). - per-agent options — options declared in
nix/agent-modules/, visible from everyagent.nix(hyperhive.model,hyperhive.allowedRecipients,hyperhive.extraMcpServers,hyperhive.frontend.*,hyperhive.forge.*,hyperhive.matrix.*,hyperhive.gui.*).
Regenerate with nix build .#docs (bundle), .#docs-host,
.#docs-swarm, .#docs-deploy, or .#docs-agent. Consumed by the
website repo to render /options/.