From 3958079a8e57eceee3b85637f070d52b04e16f2c Mon Sep 17 00:00:00 2001 From: atlas Date: Sun, 31 May 2026 15:56:28 +0200 Subject: [PATCH] =?UTF-8?q?harness-base:=20pin=20hive-dashboard-links=20do?= =?UTF-8?q?c=20ref=20to=20section=20anchor=20(argus=20=F0=9F=9F=A1=20on=20?= =?UTF-8?q?#823)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/templates/harness-base.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/templates/harness-base.nix b/nix/templates/harness-base.nix index e3d8a5a3..ae45bb96 100644 --- a/nix/templates/harness-base.nix +++ b/nix/templates/harness-base.nix @@ -1244,7 +1244,8 @@ in # Write declared dashboardLinks to the state dir so hive-c0re can # read them without accessing the container's /etc/ from the host. - # Best-effort oneshot (always exit 0): docs/conventions.md. + # Best-effort oneshot (always exit 0): + # docs/conventions.md::Best-effort oneshot services. systemd.services.hive-dashboard-links = lib.mkIf (config.hyperhive.dashboardLinks != [ ]) { description = "write declarative dashboardLinks to agent state dir"; wantedBy = [ "multi-user.target" ];