nixos/doc/rl-2411: nginx now has gd, geoip as an optional

This commit is contained in:
superherointj 2024-05-25 12:12:50 -03:00
parent e3e087e9ea
commit f2a202ff38

View File

@ -12,6 +12,8 @@
## Backward Incompatibilities {#sec-release-24.11-incompatibilities}
- `nginx` package no longer includes `gd` and `geoip` dependencies. For enabling it, override `nginx` package with the optionals `withImageFilter` and `withGeoIP`.
- `nvimpager` was updated to version 0.13.0, which changes the order of user and
nvimpager settings: user commands in `-c` and `--cmd` now override the
respective default settings because they are executed later.