puter/common/gc.nix
2025-04-08 23:37:27 +02:00

8 lines
105 B
Nix

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