garbage.nix (106B)
1 { 2 nix.gc = { 3 automatic = true; 4 dates = "weekly"; 5 options = "--delete-older-than 30d"; 6 }; 7 }