refactor: remove hyperhive.role option — there is only one role: agent
This commit is contained in:
parent
d35408a18d
commit
41eb3f806c
23 changed files with 105 additions and 229 deletions
|
|
@ -1,11 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./harness-base.nix ];
|
||||
|
||||
# Sub-agent role: the role-driven `systemd.services.hive-ag3nt` plus
|
||||
# the default forge notification surface live in `harness-base.nix`.
|
||||
# This file is the bare entry-point referenced from `flake.nix`
|
||||
# Entry-point for sub-agent containers. Referenced from `flake.nix`
|
||||
# (`nixosConfigurations.agent-base`) and the meta-flake's
|
||||
# `applied/<name>/flake.nix` for sub-agent containers.
|
||||
hyperhive.role = "agent";
|
||||
# `applied/<name>/flake.nix`.
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue