mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
tts + immich update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
xlib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.tts.servers = {
|
||||
russian = {
|
||||
enable = true;
|
||||
port = 5301;
|
||||
};
|
||||
english = {
|
||||
#enable = false;
|
||||
port = 5300;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
imports = [
|
||||
../software/beets
|
||||
../software/whisper.nix
|
||||
../services/whisper.nix
|
||||
#../server/open-webui.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user