NixOS-Home-Flake/system/modules/gc.nix
2024-07-03 14:55:09 +07:00

8 lines
107 B
Nix

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