mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user