about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-08-03 15:12:06 +0200
committerGitHub <noreply@github.com>2023-08-03 15:12:06 +0200
commit667c4f2dc69e3d23110a27f19bdca9de4c5d3e07 (patch)
tree0e04f92ed1047ab547ff52313cf48652a7a79b12 /nixos/doc
parent9f73c57c91d3e9526574ec08966e60311c678256 (diff)
parent9bd4df7c0216b5957c4c07b2e11ae3b3bdbd5b4d (diff)
downloadnixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar.gz
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar.bz2
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar.lz
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar.xz
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.tar.zst
nixlib-667c4f2dc69e3d23110a27f19bdca9de4c5d3e07.zip
Merge pull request #224635 from helsinki-systems/drop/dhcpd
dhcpd: remove
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 80b2066582a3..593298af9fd1 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -76,6 +76,8 @@
 
 - PHP now defaults to PHP 8.2, updated from 8.1.
 
+- The ISC DHCP package and corresponding module have been removed, because they are end of life upstream. See https://www.isc.org/blogs/isc-dhcp-eol/ for details and switch to a different DHCP implementation like kea or dnsmasq.
+
 - `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
 
 - `services.keyd` changed API. Now you can create multiple configuration files.