nixos: adjust services for updated nixpkgs
This commit is contained in:
@@ -7,4 +7,6 @@ makeEnable config "myModules.tts" false {
|
||||
model = "tts_models/en/vctk/vits";
|
||||
extraArgs = [ "--speaker_idx" "p376" ];
|
||||
};
|
||||
|
||||
systemd.services.tts-coqui.wants = [ "network-online.target" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user