Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD automatic gc

+4
+4
configuration.nix
··· 44 44 randomizedDelaySec = "45min"; 45 45 }; 46 46 47 + # Automatic Garbage Collection 48 + nix.gc.automatic = true; 49 + nix.gc.options = "--delete-older-than 8d"; 50 + 47 51 # This option defines the first version of NixOS you have installed on this particular machine, 48 52 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. 49 53 #