nix: enabled nh garbage collection again
This commit is contained in:
parent
95d26adf2e
commit
9123dacc1b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue