puter/common/gc.nix

8 lines
107 B
Nix
Raw Normal View History

2024-08-18 19:56:05 +00:00
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}