disable auto gc

This commit is contained in:
Noa Aarts 2024-04-12 12:57:23 +02:00
parent 75ee69522f
commit 6ea061df41
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
};
optimise.automatic = true;
gc = {
automatic = true;
automatic = false;
dates = "weekly";
options = "--delete-older-than 7d";
};