mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -108,10 +108,10 @@
|
|||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"z /mnt 0755 root root -"
|
"d /mnt 0755 root root -"
|
||||||
"z /mnt/containers 0755 root root -"
|
"d /mnt/containers 0755 root root -"
|
||||||
"z /mnt/containers/3x-ui 0755 root root -"
|
"d /mnt/containers/3x-ui 0755 root root -"
|
||||||
"z /mnt/containers/3x-ui/cert 0755 root root -"
|
"d /mnt/containers/3x-ui/cert 0755 root root -"
|
||||||
"z /mnt/containers/3x-ui/db 0755 root root -"
|
"d /mnt/containers/3x-ui/db 0755 root root -"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user