From 1d0d52b85ffd5524d754bddbfdbfa2b6054782c7 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 16:59:40 +0200 Subject: [PATCH] rename(162): update manager.nix comments for root --- nix/templates/manager.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/templates/manager.nix b/nix/templates/manager.nix index 1c857e3b..c1f9ff2c 100644 --- a/nix/templates/manager.nix +++ b/nix/templates/manager.nix @@ -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";