···2121 randomizedDelaySec = "45min";
2222 };
23232424- # This value determines the NixOS release from which the default
2525- # settings for stateful data, like file locations and database versions
2626- # on your system were taken. It's perfectly fine and recommended to leave
2727- # this value at the release version of the first install of this system.
2828- # Before changing this value read the documentation for this option
2929- # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
3030- #system.stateVersion = "23.11"; # Did you read the comment?
2424+ # Automatic Garbage Collection
2525+ nix.gc.automatic = true;
2626+ nix.gc.options = "--delete-older-than 8d";
2727+2828+ # I don't care that much about free vs unfree
2929+ nixpkgs.config.allowUnfree = true;
3130}