.dotfiles/profiles/common/nixos/gc.nix

9 lines
142 B
Nix

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