From 17e1f26d80dccee875c57c3db9a5a06092fa70b8 Mon Sep 17 00:00:00 2001 From: Yaya Date: Thu, 30 Oct 2025 10:19:02 +0100 Subject: [PATCH] nixos/rl-25.11: Mention removed `services.postfixadmin` module --- nixos/doc/manual/release-notes/rl-2511.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2511.section.md b/nixos/doc/manual/release-notes/rl-2511.section.md index ec4bd00544df..2e73fe06aa0e 100644 --- a/nixos/doc/manual/release-notes/rl-2511.section.md +++ b/nixos/doc/manual/release-notes/rl-2511.section.md @@ -265,6 +265,8 @@ - The `services.siproxd` module has been removed as `siproxd` is unmaintained and broken with libosip 5.x. +- The `services.postfixadmin` module has been removed due to a lack of active maintainers. + - `services.tor.torsocks.enable` no longer defaults to true if Tor and Tor client functionality is enabled. - `netbox-manage` script created by the `netbox` module no longer uses `sudo -u netbox` internally. It can be run as root and will change it's user to `netbox` using `runuser`