From 14e60ca839a1f1bf1ee338d73f19fd2987aa920c Mon Sep 17 00:00:00 2001 From: Hara Date: Sat, 18 Apr 2026 23:05:24 +0200 Subject: [PATCH] phantom-ship: add openai-whisper + ffmpeg for voice transcription --- nixos/hosts/phantom-ship.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 3aeb7e1..4bb0de0 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -83,6 +83,8 @@ in wakeonlan # wake rusty-anchor: wakeonlan 00:16:cb:87:20:ba bun # runtime for claude-code channel plugins claude-code # Claude Code CLI (channels replaces openclaw) + openai-whisper # voice message transcription + ffmpeg # audio decoding for whisper ]; # OpenClaw AI gateway — DISABLED. Replaced by Claude Code Channels below.