Reduce number of old generations kept by default

This commit is contained in:
Tim Schubert 2021-03-30 19:55:34 +02:00
parent 42113468aa
commit 5449f8abc5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

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