Schedule garbage collection on a weekly basis
This commit is contained in:
parent
b07a3f4dbc
commit
79e64d7475
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue