Files
2025-04-25 15:24:33 -07:00

9 lines
130 B
Nix

{ ... }: {
# Automatic
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}