Skip to content

Commit ab8653a

Browse files
committed
nixos/release-notes: deprecate services.pdns-recursor.settings
1 parent 13accc2 commit ab8653a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,13 @@
267267
[not recommended by upstream](https://docs.nextcloud.com/server/30/admin_manual/installation/system_requirements.html)
268268
and thus doesn't qualify as default.
269269

270+
- PowerDNS Recursor has been updated to version 5.1.2, which comes with a new YAML configuration format (`recursor.yml`)
271+
and deprecates the previous format (`recursor.conf`). Accordingly, the NixOS option `services.pdns-recursor.settings`
272+
has been renamed to [old-settings](#opt-services.pdns-recursor.old-settings) and will be provided for backward compatibility
273+
until the next NixOS release. Users are asked to migrate their settings to the new [yaml-settings](#opt-services.pdns-recursor.old-settings)
274+
option following this [guide](https://doc.powerdns.com/recursor/appendices/yamlconversion.html).
275+
Note that options other than `services.pdns-recursor.settings` are unaffacted by this change.
276+
270277
- Nextcloud's default FPM pool settings have been increased according to upstream recommentations. It's advised
271278
to review the new defaults and description of
272279
[](#opt-services.nextcloud.poolSettings).

0 commit comments

Comments
 (0)