From 0b6585086d9578116bb9ce75f7f7998898a266fc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 25 Sep 2025 22:26:06 +0200 Subject: [PATCH] nixos/wyoming/piper: remove piper package option This is not customizable via the wyoming-piper cli anymore. --- nixos/modules/services/home-automation/wyoming/piper.nix | 4 ---- 1 file changed, 4 deletions(-) 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"