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 = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 60d";
}; };
package = pkgs.nixFlakes; package = pkgs.nixFlakes;
extraOptions = '' extraOptions = ''