docs: drop stale 'required infrastructure' framing from ensure_root_agent
This commit is contained in:
parent
c16eff0d5c
commit
0d17ae69f4
1 changed files with 2 additions and 1 deletions
|
|
@ -167,7 +167,8 @@ pub async fn rebuild_agent(
|
|||
/// Auto-create the manager container on startup if it isn't already there.
|
||||
/// hive-c0re manages the manager end-to-end: operators no longer declare
|
||||
/// `containers.h-ruth` in their host NixOS config. Bypasses the approval
|
||||
/// queue — manager is required infrastructure. Idempotent.
|
||||
/// queue — the root/manager is auto-managed by default (an operator opt-out
|
||||
/// is a separate host setting). Idempotent.
|
||||
pub async fn ensure_root_agent(coord: &Arc<Coordinator>) -> Result<()> {
|
||||
let existing = lifecycle::list().await.unwrap_or_default();
|
||||
let current_rev = current_flake_rev(&coord.hyperhive_flake);
|
||||
|
|
|
|||
Loading…
Reference in a new issue