From b9cf8a47f795cb09a047b878a7f4a2ba3748ceb0 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 4 Apr 2026 17:15:24 -0400 Subject: [PATCH] fix: set openclaw secret group to ai-worker --- hosts/lazyworkhorse/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index b36f9f2..9ac38c1 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -259,7 +259,7 @@ openclaw_gateway_token = { file = ../../secrets/openclaw_gateway_token.age; owner = "root"; - group = "openclaw-node"; + group = "ai-worker"; mode = "0440"; path = "/run/secrets/openclaw_gateway_token"; };