home: Avoid dependency on TMPDIR environment variable
This commit is contained in:
parent
3f5371bb99
commit
a5a6551121
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ in {
|
||||||
systemd.user.tmpfiles.rules = [
|
systemd.user.tmpfiles.rules = [
|
||||||
"d %C 700 - - 90d"
|
"d %C 700 - - 90d"
|
||||||
"d %t/ssh 700"
|
"d %t/ssh 700"
|
||||||
"d %T 700 - - 24h"
|
"d %t/tmp 700 - - 24h"
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.userDirs =
|
xdg.userDirs =
|
||||||
|
|
Loading…
Reference in a new issue