nix-config/modules/default/nixos/garbage-collect.nix
2025-02-09 16:49:24 +01:00

9 lines
138 B
Nix

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