Collect old generations on julien@LAPTOP-032

This commit is contained in:
Julien Hémono 2025-12-07 11:59:47 +01:00
parent cdc03e7de2
commit f7d490bba8

View file

@ -26,7 +26,10 @@
nix = {
package = pkgs.nix;
gc.automatic = true;
gc = {
automatic = true;
options = "--delete-older-than 7d";
};
settings.experimental-features = [ "nix-command" "flakes" ];
};