From 68240b73192924ab213ab0360bd4098db42d3519 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Tue, 17 Mar 2026 21:32:37 +0100 Subject: [PATCH] Set openclaw as owner of sops template --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 56817d6..5ef63cd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,6 +99,7 @@ sops.secrets.openclaw_zai_api_key = { }; sops.templates."openclaw.env" = { + owner = "openclaw"; content = '' DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token} ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key}