From 9449dcaf653b514ebbdf9e3bb6cacb25d5ff4860 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 18 Feb 2026 09:21:56 +0300 Subject: [PATCH] 123 --- modules/vds/3x-ui.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/vds/3x-ui.nix b/modules/vds/3x-ui.nix index f3197db..97b9752 100644 --- a/modules/vds/3x-ui.nix +++ b/modules/vds/3x-ui.nix @@ -10,7 +10,10 @@ # Runtime virtualisation.podman = { enable = true; - autoPrune.enable = true; + autoPrune = { + enable = true; + flags = [ "--all" ]; + }; dockerCompat = true; }; @@ -35,7 +38,7 @@ # Containers virtualisation.oci-containers.containers."3xui_app" = { - image = "ghcr.io/MHSanaei/3x-ui:latest"; + image = "ghcr.io/mhsanaei/3x-ui:latest"; # image = "compose2nix/3xui_app:latest"; # image = "localhost:7443/compose2nix/3xui_app"; environment = {