From cffae80d7075f56ca1c77a3dbc118e7f16d73f1a Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Mon, 24 Nov 2025 18:04:11 +0800 Subject: [PATCH] chore(efl): update tuwunel --- hosts/imxyy-nix-server/efl.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/imxyy-nix-server/efl.nix b/hosts/imxyy-nix-server/efl.nix index d1b5ecb..c57b368 100644 --- a/hosts/imxyy-nix-server/efl.nix +++ b/hosts/imxyy-nix-server/efl.nix @@ -7,12 +7,13 @@ }; virtualisation.oci-containers.containers = { tuwunel = { - image = "jevolk/tuwunel:latest"; + image = "ghcr.io/matrix-construct/tuwunel:latest"; volumes = [ "tuwunel_db:/var/lib/tuwunel" ]; ports = [ "6167:6167" ]; networks = [ "podman" ]; + extraOptions = [ "--pids-limit=-1" ]; environment = { TUWUNEL_SERVER_NAME = "mtx.eflx.top"; TUWUNEL_PORT = "6167";