puter/common/gc.nix
2025-03-30 15:15:27 +00:00

8 lines
105 B
Nix

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