Schedule garbage collection on a weekly basis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user