feat(home-assistant): fix wyoming config
This commit is contained in:
parent
8504445bfb
commit
dece3f76da
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue