########################################################################### # Pretty Print Formatting ########################################################################### # Automatic Garbage Collection nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; }; ########################################################################### # Single Line Configuration Formatting ########################################################################### # Automatic Garbage Collection nix.gc.automatic = true; nix.gc.dates = "weekly"; nix.gc.options = "--delete-older-than 7d"; # To verify garbage collection schedule # systemctl list-timers