From 18670f96e8a74c81800e4fa92432e1ae72cb1d0e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 16 Dec 2024 10:31:17 +0000 Subject: [PATCH] refactor(homeassistant.nix): comment out unused Wyoming services --- hosts/architect/homeassistant.nix | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/hosts/architect/homeassistant.nix b/hosts/architect/homeassistant.nix index 2272c27..1cb7191 100644 --- a/hosts/architect/homeassistant.nix +++ b/hosts/architect/homeassistant.nix @@ -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;