diff options
| author | Baitinq <[email protected]> | 2025-08-07 23:54:54 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-07 23:55:02 +0200 |
| commit | 6118b3d7500a7f45a7e5fb5a898a2f0871cd7c04 (patch) | |
| tree | b1441145df7e7c0a108f4672d96d770d42ddd76e /hosts | |
| parent | Home: Claude yolo (diff) | |
| download | nixos-config-6118b3d7500a7f45a7e5fb5a898a2f0871cd7c04.tar.gz nixos-config-6118b3d7500a7f45a7e5fb5a898a2f0871cd7c04.tar.bz2 nixos-config-6118b3d7500a7f45a7e5fb5a898a2f0871cd7c04.zip | |
Secrets: Add openrouter api key
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 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 = { |