home: Clear cache files after 90 days
This commit is contained in:
parent
07eaebed9b
commit
142cde4b25
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ in {
|
|||
services.ssh-agent.enable = true;
|
||||
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d %C 700 - - 90d"
|
||||
"d %t/ssh 700"
|
||||
"d %t/tmp 700 - - 24h"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue