Schedule garbage collection on a weekly basis

This commit is contained in:
coolneng 2022-08-29 21:41:13 +02:00
parent b07a3f4dbc
commit 79e64d7475
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ with pkgs;
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 14d"; options = "--delete-older-than 14d";
dates = "Mon 03:00";
}; };
extraOptions = '' extraOptions = ''
keep-outputs = true keep-outputs = true