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