Schedule garbage collection on a weekly basis
This commit is contained in:
parent
b07a3f4dbc
commit
79e64d7475
|
@ -66,6 +66,7 @@ with pkgs;
|
|||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 14d";
|
||||
dates = "Mon 03:00";
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
|
|
Loading…
Reference in New Issue