diff --git a/configuration.nix b/configuration.nix index 028751e..bf4c0da 100644 --- a/configuration.nix +++ b/configuration.nix @@ -97,11 +97,13 @@ # OpenClaw secrets sops.secrets.openclaw_discord_token = { }; sops.secrets.openclaw_openai_api_key = { }; + sops.secrets.openclaw_zai_api_key = { }; sops.templates."openclaw.env" = { content = '' DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token} OPENAI_API_KEY=${config.sops.placeholder.openclaw_openai_api_key} + ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key} ''; }; }