phantom-ship: add openai-whisper to openclaw service path

This commit is contained in:
OpenClaw Bot 2026-04-04 14:14:12 +02:00
parent 3813206a3e
commit 0985503002

View file

@ -89,7 +89,7 @@ in
services.openclaw-gateway = { services.openclaw-gateway = {
enable = true; enable = true;
environmentFiles = [ "/etc/openclaw/env" ]; environmentFiles = [ "/etc/openclaw/env" ];
servicePath = [ pkgs.git pkgs.nodejs ]; servicePath = [ pkgs.git pkgs.nodejs pkgs.openai-whisper ];
config = { config = {
gateway.mode = "local"; gateway.mode = "local";
channels.telegram = { channels.telegram = {