Run daily garbage collection at 15:00
This commit is contained in:
parent
306a2628ca
commit
1e752b7b71
|
@ -37,7 +37,7 @@
|
|||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
dates = "14:30";
|
||||
dates = "15:00";
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
|
|
Loading…
Reference in New Issue