···218218219219 systemd.services = dhcpdService "4" cfg4 // dhcpdService "6" cfg6;
220220221221+ warnings = [
222222+ ''
223223+ The dhcpd4 and dhcpd6 modules will be removed from NixOS 23.11, because ISC DHCP reached its end of life.
224224+ See https://www.isc.org/blogs/isc-dhcp-eol/ for details.
225225+ Please switch to a different implementation like kea, systemd-networkd or dnsmasq.
226226+ ''
227227+ ];
221228 };
222229223230}