rename(162): update manager.nix comments for root
This commit is contained in:
parent
7772e29ec2
commit
1d0d52b85f
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue