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