NixOS-Home-Flake/system/modules/gc.nix

8 lines
107 B
Nix
Raw Normal View History

2024-07-03 07:55:09 +00:00
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}