···228228229229- `services.dependency-track` removed its configuration of the JVM heap size. This lets the JVM choose its maximum heap size automatically, which should work much better in practice for most users. For deployments on systems with little RAM, it may now be necessary to manually configure a maximum heap size using {option}`services.dependency-track.javaArgs`.
230230231231-- `services.dnscrypt-proxy2` gains a `package` option to specify dnscrypt-proxy package to use.
231231+- `services.dnscrypt-proxy2` was renamed to `services.dnscrypt-proxy` to match the package name. The systemd service is now also `dnscrypt-proxy`, but the old name is still provided as an alias for backwards compatibility.
232232+233233+- `services.dnscrypt-proxy` gains a `package` option to specify dnscrypt-proxy package to use.
232234233235- `services.nextcloud.configureRedis` now defaults to `true` in accordance with upstream recommendations to have caching for file locking. See the [upstream doc](https://docs.nextcloud.com/server/31/admin_manual/configuration_files/files_locking_transactional.html) for further details.
234236
···131131 "services"
132132 "deepin"
133133 ] "the Deepin desktop environment has been removed from nixpkgs due to lack of maintenance.")
134134- (mkRemovedOptionModule [ "services" "dnscrypt-proxy" ] "Use services.dnscrypt-proxy2 instead")
135134 (mkRemovedOptionModule [ "services" "dnscrypt-wrapper" ] ''
136135 The dnscrypt-wrapper module was removed since the project has been effectively unmaintained since 2018;
137136 moreover the NixOS module had to rely on an abandoned version of dnscrypt-proxy v1 for the rotation of keys.