From 9a70e8e2b163a0e2eb5079f8e6f3f5304ee12f75 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 16:35:48 +0300 Subject: [PATCH] 123 --- modules/vds-new/containers/3x-ui.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/vds-new/containers/3x-ui.nix b/modules/vds-new/containers/3x-ui.nix index 1eefd7d..cc68c09 100644 --- a/modules/vds-new/containers/3x-ui.nix +++ b/modules/vds-new/containers/3x-ui.nix @@ -105,4 +105,12 @@ }; wantedBy = [ "multi-user.target" ]; }; + + # Folders + systemd.tmpfiles.rules = [ + "z /mnt/containers 0755 root root -" + "z /mnt/containers/3x-ui 0755 root root -" + "z /mnt/containers/3x-ui/cert 0755 root root -" + "z /mnt/containers/3x-ui/db 0755 root root -" + ]; }