This commit is contained in:
2025-09-17 19:06:02 +03:00
parent 2f4fa64ce4
commit 9cc0e3c2e1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
# Containers # Containers
virtualisation.oci-containers.containers."3xui_app" = { virtualisation.oci-containers.containers."3xui_app" = {
image = "localhost/compose2nix/3xui_app"; image = "localhost:7443/compose2nix/3xui_app";
environment = { environment = {
"XRAY_VMESS_AEAD_FORCED" = "false"; "XRAY_VMESS_AEAD_FORCED" = "false";
"XUI_ENABLE_FAIL2BAN" = "true"; "XUI_ENABLE_FAIL2BAN" = "true";
+1
View File
@@ -8,6 +8,7 @@
../software/beets ../software/beets
../software/whisper.nix ../software/whisper.nix
../software/aichat.nix ../software/aichat.nix
../vds/docker.nix
#../services/tts.nix #../services/tts.nix
#../server/open-webui.nix #../server/open-webui.nix
]; ];