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 = {