diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 1 |
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 = { |