diff --git a/nix/modules/hive-c0re.nix b/nix/modules/hive-c0re.nix index f730cf27..570d0e63 100644 --- a/nix/modules/hive-c0re.nix +++ b/nix/modules/hive-c0re.nix @@ -132,7 +132,7 @@ in # exists, but it's REQUIRED whenever hyperhive is enabled — a config # assertion (see the `config` block) fails eval when it's unset, since # matrix bakes it in on first boot and the gateway/forge/agent URLs all - # derive from it (no safe default; #2015). Full identity-surface + # derive from it (no safe default). Full identity-surface # context (HYPERHIVE_HIVE_DOMAIN / HIVE_NAME / SWARM_NAME env-var # chain → identity.rs → claude prompt): docs/conventions.md:: # Hive identity (label + domain + display names). @@ -837,7 +837,7 @@ in # (tuwunnel) on first boot and drives the gateway/forge/agent URLs. # Under mandatory network isolation agents can only reach the forge # via `forge.` on the bridge — with no domain there's no - # reachable name (see #2011). Changing it later is destructive + # reachable name. Changing it later is destructive # (deletes Matrix history), so it must be set before first boot. assertion = config.services.hyperhive.domain != null; message = ''