nixos/wyoming/piper: remove piper package option (#446149)
This commit is contained in:
@@ -42,8 +42,6 @@ in
|
||||
options = {
|
||||
enable = mkEnableOption "Wyoming Piper server";
|
||||
|
||||
piper = mkPackageOption pkgs "piper-tts" { };
|
||||
|
||||
voice = mkOption {
|
||||
type = str;
|
||||
example = "en-us-ryan-medium";
|
||||
@@ -159,8 +157,6 @@ in
|
||||
"/var/lib/wyoming/piper"
|
||||
"--uri"
|
||||
options.uri
|
||||
"--piper"
|
||||
(lib.getExe options.piper)
|
||||
"--voice"
|
||||
options.voice
|
||||
"--speaker"
|
||||
|
||||
Reference in New Issue
Block a user