nixos: adjust services for updated nixpkgs

This commit is contained in:
2026-04-27 11:21:37 -07:00
parent 3966f7acda
commit 89bfcba9fe
4 changed files with 6 additions and 4 deletions

View File

@@ -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" ];
}