···4444 randomizedDelaySec = "45min";
4545 };
46464747+ # Automatic Garbage Collection
4848+ nix.gc.automatic = true;
4949+ nix.gc.options = "--delete-older-than 8d";
5050+4751 # This option defines the first version of NixOS you have installed on this particular machine,
4852 # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
4953 #