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 = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "daily";
options = "--delete-older-than 30d"; options = "--delete-older-than 7d";
}; };
# flake-utils-plus # flake-utils-plus