nix-dotfiles/nixos_modules/automatic-garbage-collection.nix

3 lines
74 B
Nix

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