From b1ed2e48ebb0a78f50d5eb2dff2033767de2cf41 Mon Sep 17 00:00:00 2001 From: Jana Steuernagel Date: Sat, 11 Jan 2025 11:21:58 +0100 Subject: [PATCH] nixos/wyoming-faster-whisper: remove ProcSubset protection ProcSubset protection blocks faster-whisper from parsing /proc/cpuinfo This results in a fallback to a suboptimal processing method, causing processing times to be unnecessarily long --- .../modules/services/home-automation/wyoming/faster-whisper.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix index 69407efba0c617..39210a68e72e09 100644 --- a/nixos/modules/services/home-automation/wyoming/faster-whisper.nix +++ b/nixos/modules/services/home-automation/wyoming/faster-whisper.nix @@ -273,7 +273,6 @@ in ProtectKernelTunables = true; ProtectControlGroups = true; ProtectProc = "invisible"; - ProcSubset = "pid"; RestrictAddressFamilies = [ "AF_INET" "AF_INET6"