about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-03-26 00:12:11 +0100
committerBaitinq <[email protected]>2025-03-26 00:12:11 +0100
commit19996218056fd49f7ebd6da6dffbe72ec0447ff0 (patch)
treecfa8d25e57ee569c72266ea86dec1e7ade4c2415 /hosts
parentUpdate (diff)
downloadnixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.tar.gz
nixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.tar.bz2
nixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.zip
Secrets: Add anthropic api key
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
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 = {