Change frequency of garbage collection to 14 days

This commit is contained in:
coolneng 2021-03-15 11:18:10 +01:00
parent 7ef168c2c9
commit 0cf7c5d4b7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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