Run daily garbage collection at 15:00

This commit is contained in:
coolneng 2020-09-21 14:27:20 +02:00
parent 306a2628ca
commit 1e752b7b71
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
dates = "14:30"; dates = "15:00";
}; };
extraOptions = '' extraOptions = ''
keep-outputs = true keep-outputs = true