.dotfiles/modules/nixos/common/gc.nix
2025-03-27 01:47:14 +01:00

9 lines
142 B
Nix

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