diff options
Diffstat (limited to 'hosts/home.nix')
| -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 a4e3b36..8e51c0a 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -118,6 +118,7 @@ OPENAI_API_KEY = "${secrets.openai_api_key}"; ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}"; GOOGLE_GENERATIVE_AI_API_KEY = "${secrets.google_genai_api_key}"; + OPENROUTER_API_KEY = "${secrets.openrouter_api_key}"; }; services = { |