From 1dd0808f8fea3d6d80755d8510c0f623e32d946c Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 17 Feb 2026 21:49:51 +0300 Subject: [PATCH] 123 --- modules/vds/3x-ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index e638824..539d370 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -38,7 +38,7 @@ image = "3xui_app:latest"; imageFile = pkgs.dockerTools.buildImage { name = "3xui_app"; - fromImage = /mnt/containers/3x-ui/3x-ui.tar.gz; + fromImage = /etc/containers/3x-ui.tar.gz; config = { Cmd = [ "/3xui_app/serve" ]; WorkingDir = "/3xui_app";