Reduce kept generations

This commit is contained in:
Chris Dombroski 2024-05-11 11:48:11 -04:00
parent 1dfb5d1b68
commit 0c88fb118b

View file

@ -13,7 +13,7 @@
};
gc = {
automatic = true;
options = "--delete-older-than 30d";
options = "--delete-older-than 7d";
dates = "weekly";
};
optimise.automatic = true;