Schedule Nix garbage collection at 22:00

This commit is contained in:
coolneng 2020-11-14 16:11:38 +01:00
parent 56f4729941
commit f46aee72b4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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