rename(162): update manager.nix comments for root

This commit is contained in:
damocles 2026-06-01 16:59:40 +02:00 committed by mara
commit 1d0d52b85f

View file

@ -2,13 +2,13 @@
{
imports = [ ./harness-base.nix ];
# Manager role: the role-driven `systemd.services.hive-m1nd` plus
# Manager role: the role-driven `systemd.services.hive-root` plus
# the manager-only forge defaults (`keepSubscriptions = false`,
# `skipNotifyReasons = [ "subscribed" "participating" ]`) live in
# `harness-base.nix` under `lib.mkIf (config.hyperhive.role ==
# "manager")`. This file is the bare entry-point referenced from
# `flake.nix` (`nixosConfigurations.manager`) and the meta-flake's
# `applied/hm1nd/flake.nix`. HIVE_PORT / HIVE_LABEL are injected by
# `flake.nix` (`nixosConfigurations.root`) and the meta-flake's
# `applied/root/flake.nix`. HIVE_PORT / HIVE_LABEL are injected by
# the meta-flake at deploy time and have manager-only standalone-eval
# fallbacks in `harness-base.nix`.
hyperhive.role = "manager";