nix: add hive-matrix module + hyperhive.domain option (#548 part 1)
This commit is contained in:
parent
b43438d1a6
commit
2b1c1b54ac
3 changed files with 259 additions and 4 deletions
10
CLAUDE.md
10
CLAUDE.md
|
|
@ -197,10 +197,18 @@ nix/
|
|||
modules/hive-c0re.nix systemd service + firewall + git wiring;
|
||||
`contextWindowTokens` attrset (per-model,
|
||||
injected as env vars into all containers);
|
||||
imports hive-forge.nix
|
||||
top-level `hyperhive.domain` option
|
||||
(nullable; required when matrix.enable);
|
||||
imports hive-forge.nix + hive-matrix.nix
|
||||
modules/hive-forge.nix optional in-container Forgejo
|
||||
(`hyperhive.forge.enable`, default on);
|
||||
Catppuccin Mocha theme via tmpfiles C+ copy
|
||||
modules/hive-matrix.nix optional in-container matrix-tuwunel
|
||||
homeserver (`hyperhive.matrix.enable`,
|
||||
default off); server_name derives from
|
||||
`hyperhive.domain` (subdomain by default);
|
||||
federation on (empty trusted_servers),
|
||||
registration off, e2ee deferred (#551)
|
||||
templates/harness-base.nix shared scaffolding for sub-agents + manager;
|
||||
`hyperhive.model` option (HIVE_DEFAULT_MODEL)
|
||||
templates/agent-base.nix sub-agent nixosConfiguration
|
||||
|
|
|
|||
Loading…
Reference in a new issue