about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorThomas Churchman <thomas@kepow.org>2024-05-09 11:02:08 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-06-07 17:28:25 +0200
commitd226935fd75012939397c83f6c385e4d6d832288 (patch)
treebc9e226b01824dec8fc4bf56d27f21b68955354c /nixos/doc/manual/release-notes
parent025441de859c514746c4ca0c837d104ef6cccb11 (diff)
nixos/ddclient: deprecate `use`, implement `use{v4,v6}`
Upstream replaced `use` with `use{v4,v6}`:
https://github.com/ddclient/ddclient/blob/4a1b06630b90b3e6ff1d837b849bdbc68a2f53f9/ChangeLog.md#new-features
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 e9ef9c2e6d5c7..93d3816d077d5 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.