Change nix.gc settings

This commit is contained in:
blit 2024-02-17 17:42:17 +07:00
parent 8f60b8e990
commit 95e96dddc0
Signed by: blit
GPG Key ID: DC347CCD059FDA41
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 3d";
dates = "daily";
options = "--delete-older-than 7d";
randomizedDelaySec = "30m";
};
settings.auto-optimise-store = true;