nix-config/modules/nixos/garbage-collect.nix
2025-05-30 21:10:10 +02:00

9 lines
138 B
Nix

{ ... }:
{
nix.gc = {
automatic = true;
dates = "04:30";
persistent = true;
options = "--delete-older-than 30d";
};
}