From 2f9011df5c5cd415254b702d8076de1e1ddb418f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Sun, 28 Dec 2025 22:14:11 +0100 Subject: [PATCH] llama-swap: fix whisper-cpp FFmpeg format conversions --- nixos/modules/services/networking/llama-swap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/llama-swap.nix b/nixos/modules/services/networking/llama-swap.nix index 34303868bbd2..8dea5fa80e5e 100644 --- a/nixos/modules/services/networking/llama-swap.nix +++ b/nixos/modules/services/networking/llama-swap.nix @@ -112,6 +112,7 @@ in ProtectProc = "invisible"; ProtectHostname = true; ProcSubset = "pid"; + WorkingDirectory = "/tmp"; }; }; networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };