feat(#2015): drop issue tags from nix comments (tracker-tag lint)
This commit is contained in:
parent
3d39cc00d0
commit
816d387c65
1 changed files with 2 additions and 2 deletions
|
|
@ -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.<domain>` 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 = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue