From 413d9d3864e58ae59c77210e8591968a3121496f Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 4 Apr 2023 12:58:07 +0200 Subject: nixos/dhcp(46): remove package reached its EOL on 2022-10-04 see https://www.isc.org/blogs/isc-dhcp-eol/ for details --- nixos/modules/rename.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nixos/modules/rename.nix') diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index a32d433bbdde..45014ed3c68e 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -114,6 +114,16 @@ in (mkRemovedOptionModule [ "services" "rtsp-simple-server" ] "Package has been completely rebranded by upstream as mediamtx, and thus the service and the package were renamed in NixOS as well.") (mkRemovedOptionModule [ "i18n" "inputMethod" "fcitx" ] "The fcitx module has been removed. Please use fcitx5 instead") + (mkRemovedOptionModule [ "services" "dhcpd4" ] '' + The dhcpd4 module has been removed because ISC DHCP reached its end of life. + See https://www.isc.org/blogs/isc-dhcp-eol/ for details. + Please switch to a different implementation like kea or dnsmasq. + '') + (mkRemovedOptionModule [ "services" "dhcpd6" ] '' + The dhcpd6 module has been removed because ISC DHCP reached its end of life. + See https://www.isc.org/blogs/isc-dhcp-eol/ for details. + Please switch to a different implementation like kea or dnsmasq. + '') # Do NOT add any option renames here, see top of the file ]; -- cgit 1.4.1