nixos/wyoming/piper: remove piper package option (#446149)

authored by Martin Weinelt and committed by GitHub 08daa34e 57502129

-4
-4
nixos/modules/services/home-automation/wyoming/piper.nix
··· 42 options = { 43 enable = mkEnableOption "Wyoming Piper server"; 44 45 - piper = mkPackageOption pkgs "piper-tts" { }; 46 - 47 voice = mkOption { 48 type = str; 49 example = "en-us-ryan-medium"; ··· 159 "/var/lib/wyoming/piper" 160 "--uri" 161 options.uri 162 - "--piper" 163 - (lib.getExe options.piper) 164 "--voice" 165 options.voice 166 "--speaker"
··· 42 options = { 43 enable = mkEnableOption "Wyoming Piper server"; 44 45 voice = mkOption { 46 type = str; 47 example = "en-us-ryan-medium"; ··· 157 "/var/lib/wyoming/piper" 158 "--uri" 159 options.uri 160 "--voice" 161 options.voice 162 "--speaker"