From f5940dcde2bb5bf4527991d7edcb3d2eb8010d8c Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 29 Aug 2025 19:42:48 +0200 Subject: Secrets: Add huggingface token --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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 = { -- cgit 1.4.1