From 19996218056fd49f7ebd6da6dffbe72ec0447ff0 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 26 Mar 2025 00:12:11 +0100 Subject: Secrets: Add anthropic api key --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/home.nix') diff --git a/hosts/home.nix b/hosts/home.nix index 06f1aaf..b2cebb6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -114,6 +114,7 @@ home.sessionVariables = { LOCATION = "${location}"; OPENAI_API_KEY = "${secrets.openai_api_key}"; + ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}"; }; services = { -- cgit 1.4.1