Change frequency of garbage collection to 14 days
This commit is contained in:
parent
7ef168c2c9
commit
0cf7c5d4b7
|
@ -25,7 +25,7 @@
|
|||
autoOptimiseStore = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
|
|
Loading…
Reference in New Issue