nix-dotfiles/modules/nixos/server/automatic-garbage-collection.nix

6 lines
84 B
Nix

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