puter/common/gc.nix

8 lines
105 B
Nix
Raw Permalink Normal View History

2024-08-18 19:56:05 +00:00
{
nix.gc = {
automatic = true;
2025-03-25 19:20:05 +00:00
dates = "daily";
2025-04-08 21:37:27 +00:00
options = "--delete-older-than 7d";
2024-08-18 19:56:05 +00:00
};
}