Keep fewer old generations

This commit is contained in:
Vili Sinervä 2025-06-06 00:38:00 +03:00
parent 8c18210ffd
commit 200337812b
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -152,7 +152,7 @@
};
gc = {
automatic = true;
options = "--delete-older-than 7d";
options = "--delete-older-than 3d";
dates = "05:00";
randomizedDelaySec = "30min";
};