nixos-config/modules/gc.nix
2023-06-25 01:08:10 +02:00

8 lines
107 B
Nix

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