about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-04-04 12:58:07 +0200
committerajs124 <git@ajs124.de>2023-07-28 16:35:40 +0200
commit413d9d3864e58ae59c77210e8591968a3121496f (patch)
treec7d58177dabed0ad46764721991d4a6e883214d2 /nixos/modules/rename.nix
parent001f224fccf52937cc1355507de89c30b32ee30a (diff)
downloadnixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar.gz
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar.bz2
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar.lz
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar.xz
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.tar.zst
nixlib-413d9d3864e58ae59c77210e8591968a3121496f.zip
nixos/dhcp(46): remove
package reached its EOL on 2022-10-04
see https://www.isc.org/blogs/isc-dhcp-eol/ for details
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix10
1 files changed, 10 insertions, 0 deletions
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
   ];