feat: delete older than 5 days

This commit is contained in:
CronyAkatsuki 2026-01-23 18:13:21 +01:00
parent dd6fab2e50
commit c653888ed8

View file

@ -7,7 +7,7 @@
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 10d";
options = "--delete-older-than 5d";
};
nix.extraOptions = ''