Prolong GC time to 2m

This commit is contained in:
Fabian Hauser 2022-01-31 13:36:28 +01:00
parent 9f0e785296
commit f0b961ef46

View file

@ -28,7 +28,7 @@ in {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
options = "--delete-older-than 60d";
};
package = pkgs.nixFlakes;
extraOptions = ''