rename: role badge stays 'manager'; unify harness unit name to hive-ag3nt

This commit is contained in:
damocles 2026-06-01 17:17:04 +02:00 committed by mara
commit e7e0675d22
6 changed files with 15 additions and 18 deletions

View file

@ -451,7 +451,7 @@ where
then hyperhive.nixosConfigurations.root
else hyperhive.nixosConfigurations.agent-base;
input = inputs."agent-${name}";
service = if isManager then "hive-root" else "hive-ag3nt";
service = "hive-ag3nt";
parentEnv = if parent == null then {} else { HIVE_PARENT = parent; };
toolGroupsEnv = if toolGroups == null then {} else { HIVE_TOOL_GROUPS = toolGroups; };
in