nixos/wyoming/faster-whisper: set huggingface home (#429984)

Changed files
+2 -1
nixos
modules
services
home-automation
+2 -1
nixos/modules/services/home-automation/wyoming/faster-whisper.nix
···
"multi-user.target"
];
# https://github.com/rhasspy/wyoming-faster-whisper/issues/27
-
environment."HF_HUB_CACHE" = "/tmp";
+
# https://github.com/NixOS/nixpkgs/issues/429974
+
environment."HF_HOME" = "/tmp";
serviceConfig = {
DynamicUser = true;
User = "wyoming-faster-whisper";