nice update

This commit is contained in:
2026-09-02 11:51:49 +02:00
parent 70541b2698
commit 8c18f31dc4
8 changed files with 86 additions and 16 deletions
+4 -2
View File
@@ -1,5 +1,3 @@
{ config, pkgs, ... }:
{
virtualisation.oci-containers.containers.codex-lb = {
image = "ghcr.io/soju06/codex-lb:beta";
@@ -13,6 +11,10 @@
volumes = [
"codex-lb-data:/var/lib/codex-lb"
];
environment = {
CODEX_LB_HTTP_RESPONSES_SESSION_BRIDGE_ENABLED = "false";
};
};
networking.firewall.allowedTCPPorts = [