feat(home-assistant): fix wyoming config

This commit is contained in:
Felix Schröter 2023-07-27 18:31:35 +02:00
parent 8504445bfb
commit dece3f76da
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { pkgs, lib, inputs, ... }:
{ {
imports = [ imports = [
@ -36,4 +36,8 @@
}; };
}; };
}; };
# needs access to /proc/cpuinfo
systemd.services."wyoming-faster-whisper-en".serviceConfig.ProcSubset =
lib.mkForce "all";
} }