Merge pull request #264477 from mweinelt/wyoming-openwakeword-typo
nixos/wyoming/openwakeword: fix typo in attribute name
This commit is contained in:
commit
4f36fbeb7c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ in
|
|||
"${cfg.package}/bin/wyoming-openwakeword"
|
||||
"--uri ${cfg.uri}"
|
||||
(concatMapStringsSep " " (model: "--preload-model ${model}") cfg.preloadModels)
|
||||
(concatMapStringsSep " " (dir: "--custom-model-dir ${toString dir}") cfg.customModelDirectories)
|
||||
(concatMapStringsSep " " (dir: "--custom-model-dir ${toString dir}") cfg.customModelsDirectories)
|
||||
"--threshold ${cfg.threshold}"
|
||||
"--trigger-level ${cfg.triggerLevel}"
|
||||
"${cfg.extraArgs}"
|
||||
|
|
Loading…
Reference in a new issue