diff options
| author | Baitinq <[email protected]> | 2025-03-26 00:12:11 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-03-26 00:12:11 +0100 |
| commit | 19996218056fd49f7ebd6da6dffbe72ec0447ff0 (patch) | |
| tree | cfa8d25e57ee569c72266ea86dec1e7ade4c2415 /hosts | |
| parent | Update (diff) | |
| download | nixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.tar.gz nixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.tar.bz2 nixos-config-19996218056fd49f7ebd6da6dffbe72ec0447ff0.zip | |
Secrets: Add anthropic 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 06f1aaf..b2cebb6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -114,6 +114,7 @@ home.sessionVariables = { LOCATION = "${location}"; OPENAI_API_KEY = "${secrets.openai_api_key}"; + ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}"; }; services = { |