about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-27 18:01:08 +0000
committerGitHub <noreply@github.com>2023-10-27 18:01:08 +0000
commit4c838ddf1475e374bb34f17c0456fdffec5c2854 (patch)
tree69605ea0660ea80cd1183fdca9b6a58c41e2aed1 /nixos/doc
parentf65ccb3163adc4b6e72547c893d6f614defa0b3a (diff)
parent3e8e17821822ef190d72db3a612ea9be5a441ca9 (diff)
downloadnixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar.gz
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar.bz2
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar.lz
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar.xz
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.tar.zst
nixlib-4c838ddf1475e374bb34f17c0456fdffec5c2854.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index b84e9e48f9f1..9a405a91f37d 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -238,8 +238,6 @@
 
 - `baloo`, the file indexer/search engine used by KDE now has a patch to prevent files from constantly being reindexed when the device ids of the their underlying storage changes. This happens frequently when using btrfs or LVM. The patch has not yet been accepted upstream but it provides a significantly improved experience. When upgrading, reset baloo to get a clean index: `balooctl disable ; balooctl purge ; balooctl enable`.
 
-- `services.ddclient` has been removed on the request of the upstream maintainer because it is unmaintained and has bugs. Please switch to a different software like `inadyn` or `knsupdate`.
-
 - The `vlock` program from the `kbd` package has been moved into its own package output and should now be referenced explicitly as `kbd.vlock` or replaced with an alternative such as the standalone `vlock` package or `physlock`.
 
 - `fileSystems.<name>.autoFormat` now uses `systemd-makefs`, which does not accept formatting options. Therefore, `fileSystems.<name>.formatOptions` has been removed.