refactor(homeassistant.nix): comment out unused Wyoming services
This commit is contained in:
parent
07e7e53663
commit
18670f96e8
@ -14,25 +14,25 @@ in
|
||||
settings.api.listen = "127.0.0.1:1984";
|
||||
};
|
||||
|
||||
services.wyoming = {
|
||||
faster-whisper = {
|
||||
servers."home" = {
|
||||
enable = true;
|
||||
uri = "tcp://127.0.0.1:${toString whisperPort}";
|
||||
model = "large-v3";
|
||||
device = "cuda";
|
||||
language = "en";
|
||||
};
|
||||
};
|
||||
piper = {
|
||||
servers."home" = {
|
||||
enable = true;
|
||||
uri = "tcp://127.0.0.1:${toString piperPort}";
|
||||
voice = "en-us-ryan-medium";
|
||||
lengthScale = 0.63;
|
||||
};
|
||||
};
|
||||
};
|
||||
# services.wyoming = {
|
||||
# faster-whisper = {
|
||||
# servers."home" = {
|
||||
# enable = true;
|
||||
# uri = "tcp://127.0.0.1:${toString whisperPort}";
|
||||
# model = "large-v3";
|
||||
# device = "cuda";
|
||||
# language = "en";
|
||||
# };
|
||||
# };
|
||||
# piper = {
|
||||
# servers."home" = {
|
||||
# enable = true;
|
||||
# uri = "tcp://127.0.0.1:${toString piperPort}";
|
||||
# voice = "en-us-ryan-medium";
|
||||
# lengthScale = 0.63;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user