2024-12-29 15:42:43 -05:00

16 lines
255 B
Nix

{
nix = {
optimise = {
automatic = true;
dates = [ "weekly" ];
};
gc = {
automatic = true;
options = "--delete-older-than 7d";
dates = "weekly";
};
};
}