home: Avoid dependency on TMPDIR environment variable
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-07 22:04:31 +01:00
parent 3f5371bb99
commit a5a6551121
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -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 =