This commit is contained in:
2026-03-01 16:35:48 +03:00
parent 79e5f6a8d6
commit 9a70e8e2b1
+8
View File
@@ -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 -"
];
}