Files
nix/modules/nix-gc.nix

8 lines
110 B
Nix

_: {
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 60d";
};
}