nix: enabled nh garbage collection again

This commit is contained in:
Charlie Root 2024-08-13 11:48:37 +02:00
commit 9123dacc1b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
# Collect garbage
gc = {
automatic = true;
automatic = false;
dates = "20:00";
options = "--delete-older-than 7d";
persistent = false; # don't try to catch up on missed GC runs