about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-05-25 12:12:50 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2024-05-25 12:12:50 -0300
commitf2a202ff38bdca293e8b96de05e983f1f603365a (patch)
tree6d1722b57f0e97aa1354b99fef5078ec6dbe9df3 /nixos
parente3e087e9ead7aa8892f38a5fa7443cbc9a0f5cbd (diff)
nixos/doc/rl-2411: nginx now has gd, geoip as an optional
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index 343c1fc5933d9..2338cf6e6fee9 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -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.