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 -" + ]; }