myNixosFlake/nixos/modules/minimal/garbage-collector.nix

7 lines
64 B
Nix
Raw Permalink Normal View History

2024-10-14 18:43:31 +03:00
{
nix.gc = {
automatic = true;
dates = "weekly";
};
}