home: Specify $TMPDIR using %T for tmpfiles.d
This commit is contained in:
parent
142cde4b25
commit
804ef2796e
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,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/tmp 700 - - 24h"
|
"d %T 700 - - 24h"
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.userDirs =
|
xdg.userDirs =
|
||||||
|
|
Loading…
Reference in a new issue