llama-swap: fix whisper-cpp FFmpeg format conversions (#466621)

This commit is contained in:
Sandro
2026-01-04 20:28:28 +00:00
committed by GitHub
@@ -112,6 +112,7 @@ in
ProtectProc = "invisible";
ProtectHostname = true;
ProcSubset = "pid";
WorkingDirectory = "/tmp";
};
};
networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };