cutdown on gc time

This commit is contained in:
christoph.hollizeck 2024-03-27 22:01:17 +01:00 committed by Christoph Hollizeck
parent ff18f22f50
commit 6c8fc0837e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

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