{ nix = { optimise = { automatic = true; dates = [ "weekly" ]; }; gc = { automatic = true; options = "--delete-older-than 7d"; dates = "weekly"; }; }; }