.dotfiles/profiles/nixos/common/gc.nix
2025-01-01 15:59:58 +01:00

9 lines
142 B
Nix

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