about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/home-automation/wyoming/faster-whisper.nix')
-rw-r--r--nixos/modules/services/home-automation/wyoming/faster-whisper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
index cbff3ab3e617c..d0fca6a41c7b6 100644
--- a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
+++ b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix
@@ -119,6 +119,8 @@ in
         wantedBy = [
           "multi-user.target"
         ];
+        # https://github.com/rhasspy/wyoming-faster-whisper/issues/27
+        environment."HF_HUB_CACHE" = "/tmp";
         serviceConfig = {
           DynamicUser = true;
           User = "wyoming-faster-whisper";