puter/common/gc.nix
2024-08-18 21:56:05 +02:00

8 lines
107 B
Nix

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