myNixosFlake/nixos/modules/minimal/garbage-collector.nix
2024-10-14 18:43:31 +03:00

7 lines
64 B
Nix

{
nix.gc = {
automatic = true;
dates = "weekly";
};
}