disable auto gc
This commit is contained in:
parent
75ee69522f
commit
6ea061df41
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
optimise.automatic = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
automatic = false;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue