From a5b908fa9d44951c6c5a860ddc6a404688c686c3 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 26 Jun 2025 22:49:07 +0200 Subject: Hosts: Home: Add google genai api key --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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 = { -- cgit 1.4.1