cutdown on gc time

This commit is contained in:
christoph.hollizeck 2024-03-27 22:01:17 +01:00
parent 57043211cd
commit bf19fd4639

View file

@ -76,8 +76,8 @@ in {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
dates = "daily";
options = "--delete-older-than 7d";
};
# flake-utils-plus