diff options
| author | Baitinq <[email protected]> | 2025-08-29 19:42:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-29 19:42:48 +0200 |
| commit | f5940dcde2bb5bf4527991d7edcb3d2eb8010d8c (patch) | |
| tree | 02ec8d5beff78f33738ad307d0440209e28a2a5f /hosts | |
| parent | Hardware: PC: Disable cuda support for packages (diff) | |
| download | nixos-config-f5940dcde2bb5bf4527991d7edcb3d2eb8010d8c.tar.gz nixos-config-f5940dcde2bb5bf4527991d7edcb3d2eb8010d8c.tar.bz2 nixos-config-f5940dcde2bb5bf4527991d7edcb3d2eb8010d8c.zip | |
Secrets: Add huggingface token
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 39f3f4c..59d3580 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -121,6 +121,7 @@ ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}"; GEMINI_API_KEY = "${secrets.google_genai_api_key}"; OPENROUTER_API_KEY = "${secrets.openrouter_api_key}"; + HF_TOKEN = "${secrets.huggingface_api_key}"; }; services = { |