diff --git a/services/home-assistant/wyoming.nix b/services/home-assistant/wyoming.nix index 9b69b4f..b6ac05e 100644 --- a/services/home-assistant/wyoming.nix +++ b/services/home-assistant/wyoming.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ... }: +{ pkgs, lib, inputs, ... }: { imports = [ @@ -36,4 +36,8 @@ }; }; }; + + # needs access to /proc/cpuinfo + systemd.services."wyoming-faster-whisper-en".serviceConfig.ProcSubset = + lib.mkForce "all"; }