Reduce kept generations

This commit is contained in:
Chris Dombroski 2024-05-11 11:48:11 -04:00
parent 9a0fca76df
commit c7e7e6cf13

View file

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