2022-12-04 16:10:00 +00:00
|
|
|
{config, ...}: {
|
2022-12-04 13:45:43 +00:00
|
|
|
systemd.user.tmpfiles.rules = map (dir: "d ${config.home.homeDirectory}/${dir} - ${config.home.username} users") [
|
|
|
|
"Projects"
|
|
|
|
"Temp"
|
|
|
|
"Music"
|
|
|
|
"Mounts"
|
|
|
|
"Mounts/Storage"
|
|
|
|
"Mounts/Storage-Public"
|
|
|
|
"Mounts/Backups"
|
|
|
|
"Mounts/Backups-Crypt"
|
|
|
|
"Mounts/Photos-Crypt"
|
2023-08-01 18:48:59 +01:00
|
|
|
"Mounts/Personal-Crypt"
|
2024-05-09 14:59:31 +01:00
|
|
|
"Mounts/Notes-Crypt"
|
2022-12-04 13:45:43 +00:00
|
|
|
"Mounts/Public"
|
|
|
|
"Mounts/Temp1"
|
|
|
|
"Mounts/Temp2"
|
|
|
|
];
|
2022-11-10 14:57:07 +00:00
|
|
|
}
|