nixos/wyoming-faster-whisper: fix module

prevent the error
expected a list but got a string ""
This commit is contained in:
happysalada
2025-01-18 06:21:11 -05:00
parent 3715e88187
commit 32d96956a6
@@ -10,7 +10,6 @@ let
cfg = config.services.wyoming.faster-whisper;
inherit (lib)
escapeShellArgs
mkOption
mkEnableOption
mkPackageOption
@@ -240,7 +239,6 @@ in
description = ''
Extra arguments to pass to the server commandline.
'';
apply = escapeShellArgs;
};
};
}