about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-06-26 22:49:07 +0200
committerBaitinq <[email protected]>2025-06-26 22:49:07 +0200
commita5b908fa9d44951c6c5a860ddc6a404688c686c3 (patch)
tree4c4de520ba9fad765ab39600453e7e26cae66149 /hosts
parentSecrets: Add new api key (diff)
downloadnixos-config-a5b908fa9d44951c6c5a860ddc6a404688c686c3.tar.gz
nixos-config-a5b908fa9d44951c6c5a860ddc6a404688c686c3.tar.bz2
nixos-config-a5b908fa9d44951c6c5a860ddc6a404688c686c3.zip
Hosts: Home: Add google genai 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 569dfe2..ff05900 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -117,6 +117,7 @@
     LOCATION = "${location}";
     OPENAI_API_KEY = "${secrets.openai_api_key}";
     ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}";
+    GOOGLE_GENERATIVE_AI_API_KEY = "${secrets.google_genai_api_key}";
   };
 
   services = {