mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -105,4 +105,12 @@
|
|||||||
};
|
};
|
||||||
wantedBy = [ "multi-user.target" ];
|
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 -"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user