···5656 # Use dbus-broker for higher D-Bus performance
5757 services.dbus.implementation = "broker";
58585959+ # This is very bizarre.
6060+ #
6161+ # Within the Tangled CI environment there's no user information at all,
6262+ # and the builder is ran with ID 0. This is a problem because logrotate's
6363+ # check script apparently assumes the `id` binary will always succeed.
6464+ # Given that I don't want to mess with logrotate at all beyond what is
6565+ # already given to me as a default, I think it's saner to just disable
6666+ # config validation to make CI pass.
6767+ services.logrotate.checkConfig = false;
6868+5969 zramSwap = {
6070 enable = true;
6171 algorithm = "zstd";