rename(162): drop HIVE_PORT fallback; sweep remaining hm1nd in docs

This commit is contained in:
damocles 2026-06-01 17:35:19 +02:00 committed by mara
commit 008609d0e7
7 changed files with 26 additions and 31 deletions

View file

@ -1316,9 +1316,7 @@ in
HIVE_WEB_SOCKET = "/run/hive-agent/${userName}/web.sock";
}
// lib.optionalAttrs isManager {
# Standalone-eval fallbacks; meta.rs overrides at deploy time.
# HIVE_PORT = FNV-1a("root") % 900 + 8100.
HIVE_PORT = "8273";
# Standalone-eval fallback; meta.rs overrides at deploy time.
HIVE_LABEL = "root";
# Manager always uses a unix socket so the gateway can route
# /agent/<name>/ to it the same way it routes sub-agents.