chore(efl): update tuwunel

This commit is contained in:
2025-11-24 18:04:11 +08:00
parent 491a1ebb40
commit cffae80d70

View File

@@ -7,12 +7,13 @@
}; };
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
tuwunel = { tuwunel = {
image = "jevolk/tuwunel:latest"; image = "ghcr.io/matrix-construct/tuwunel:latest";
volumes = [ volumes = [
"tuwunel_db:/var/lib/tuwunel" "tuwunel_db:/var/lib/tuwunel"
]; ];
ports = [ "6167:6167" ]; ports = [ "6167:6167" ];
networks = [ "podman" ]; networks = [ "podman" ];
extraOptions = [ "--pids-limit=-1" ];
environment = { environment = {
TUWUNEL_SERVER_NAME = "mtx.eflx.top"; TUWUNEL_SERVER_NAME = "mtx.eflx.top";
TUWUNEL_PORT = "6167"; TUWUNEL_PORT = "6167";