about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-08 00:14:17 +0000
committerGitHub <noreply@github.com>2024-06-08 00:14:17 +0000
commit26e3a026330d4fd7365fe0154692bf679692f1b1 (patch)
tree3c057e5185fc17351e95b8ea8b00146c09f2c2b6 /nixos/doc/manual/release-notes
parent3b45526ea234aa21f41f9cfce43bb7c7d62127a7 (diff)
parentb227056d293ebd8c8c567bb4f77b04f294d7ded0 (diff)
Merge master into haskell-updates
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 1189403f78445..e645c06f109a1 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -30,6 +30,8 @@
   `services.forgejo.secrets` is a small wrapper over systemd's `LoadCredential=`. It has the same structure (sections/keys) as
   `services.forgejo.settings` but takes file paths that will be read before service startup instead of some plaintext value.
 
+- `services.ddclient.use` has been deprecated: `ddclient` now supports separate IPv4 and IPv6 configuration. Use `services.ddclient.usev4` and `services.ddclient.usev6` instead.
+
 - The Invoiceplane module now only accepts the structured `settings` option.
   `extraConfig` is now removed.