llama-swap: fix whisper-cpp FFmpeg format conversions

This commit is contained in:
Gaël James
2026-01-04 20:43:16 +01:00
parent 80da349c36
commit 2f9011df5c
@@ -112,6 +112,7 @@ in
ProtectProc = "invisible";
ProtectHostname = true;
ProcSubset = "pid";
WorkingDirectory = "/tmp";
};
};
networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };