tts + immich update

This commit is contained in:
2025-08-15 12:57:12 +03:00
parent c8217f3aaa
commit 591b9b880e
4 changed files with 32 additions and 12 deletions
+19
View File
@@ -0,0 +1,19 @@
{
config,
lib,
pkgs,
xlib,
...
}:
{
services.tts.servers = {
russian = {
enable = true;
port = 5301;
};
english = {
#enable = false;
port = 5300;
};
};
}
+1
View File
@@ -7,6 +7,7 @@
imports = [
../software/beets
../software/whisper.nix
../services/whisper.nix
#../server/open-webui.nix
];
}