nixos-config/modules/gc.nix

8 lines
107 B
Nix
Raw Permalink Normal View History

2023-06-24 23:08:10 +00:00
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}