diff --git a/nixos/modules/services/home-automation/wyoming/piper.nix b/nixos/modules/services/home-automation/wyoming/piper.nix index 22f50f784f1b..39add1192c05 100644 --- a/nixos/modules/services/home-automation/wyoming/piper.nix +++ b/nixos/modules/services/home-automation/wyoming/piper.nix @@ -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"