This commit is contained in:
2026-02-18 09:21:56 +03:00
parent 37baca51aa
commit 9449dcaf65
+5 -2
View File
@@ -10,7 +10,10 @@
# Runtime # Runtime
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
autoPrune.enable = true; autoPrune = {
enable = true;
flags = [ "--all" ];
};
dockerCompat = true; dockerCompat = true;
}; };
@@ -35,7 +38,7 @@
# Containers # Containers
virtualisation.oci-containers.containers."3xui_app" = { 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 = "compose2nix/3xui_app:latest";
# image = "localhost:7443/compose2nix/3xui_app"; # image = "localhost:7443/compose2nix/3xui_app";
environment = { environment = {