[NixOS] Add tts via coqui

This commit is contained in:
2025-02-07 01:24:27 -07:00
parent 107d3cfdb3
commit b189e1fa3e
5 changed files with 12 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ makeEnable config "myModules.nvidia" false {
services.xserver = {
videoDrivers = [ "nvidia" ];
};
nixpkgs.config.cudaSupport = true;
# nixpkgs.config.cudaSupport = true;
}