From 142cde4b255f0dd1c772c69c5d98eed04ffd57a8 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Tue, 17 Sep 2024 16:36:37 +0200 Subject: [PATCH] home: Clear cache files after 90 days --- home/config/nil/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/config/nil/home.nix b/home/config/nil/home.nix index ae215ae..b9da2a9 100644 --- a/home/config/nil/home.nix +++ b/home/config/nil/home.nix @@ -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" ];