feat(homeassistant.nix): add go2rtc service and new integrations
This commit is contained in:
parent
2758be3937
commit
07e7e53663
@ -9,6 +9,11 @@ let
|
||||
whisperPort = 10300;
|
||||
in
|
||||
{
|
||||
services.go2rtc = {
|
||||
enable = true;
|
||||
settings.api.listen = "127.0.0.1:1984";
|
||||
};
|
||||
|
||||
services.wyoming = {
|
||||
faster-whisper = {
|
||||
servers."home" = {
|
||||
@ -1105,6 +1110,8 @@ in
|
||||
"mqtt_statestream"
|
||||
"github"
|
||||
"webostv"
|
||||
"reolink"
|
||||
"onvif"
|
||||
];
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
pkgs.openai-whisper
|
||||
|
Loading…
Reference in New Issue
Block a user