nixos/doc/rl-2411: add logrotate breaking change

This commit is contained in:
Martin Weinelt 2024-09-09 02:32:49 +02:00
parent 01d0b0b683
commit 5ccb0b428c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -168,6 +168,8 @@
- The `MSMTP_QUEUE` and `MSMTP_LOG` environment variables accepted by `msmtpq` have now been renamed to `MSMTPQ_Q` and `MSMTPQ_LOG` respectively.
- The logrotate service has received hardening and now requires enabling `allowNetworking`, if logrotate needs to access the network.
- The fcgiwrap module now allows multiple instances running as distinct users.
The option `services.fgciwrap` now takes an attribute set of the
configuration of each individual instance.