From 098550300226d1c92f7e530cad9fa8b42f51814b Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sat, 4 Apr 2026 14:14:12 +0200 Subject: [PATCH] phantom-ship: add openai-whisper to openclaw service path --- nixos/hosts/phantom-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 94b515f..17295eb 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -89,7 +89,7 @@ in services.openclaw-gateway = { enable = true; environmentFiles = [ "/etc/openclaw/env" ]; - servicePath = [ pkgs.git pkgs.nodejs ]; + servicePath = [ pkgs.git pkgs.nodejs pkgs.openai-whisper ]; config = { gateway.mode = "local"; channels.telegram = {