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