From 45027747f305d2a1786ff29f100deee814c86ebe Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 16:45:38 +0300 Subject: [PATCH] 123 --- modules/vds-new/containers/3x-ui.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/vds-new/containers/3x-ui.nix b/modules/vds-new/containers/3x-ui.nix index 55f220e..40ff7c5 100644 --- a/modules/vds-new/containers/3x-ui.nix +++ b/modules/vds-new/containers/3x-ui.nix @@ -108,10 +108,10 @@ # Folders systemd.tmpfiles.rules = [ - "z /mnt 0755 root root -" - "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 -" + "d /mnt 0755 root root -" + "d /mnt/containers 0755 root root -" + "d /mnt/containers/3x-ui 0755 root root -" + "d /mnt/containers/3x-ui/cert 0755 root root -" + "d /mnt/containers/3x-ui/db 0755 root root -" ]; }