{ config, lib, pkgs, ... }: { services.dnsmasq = { extraConfig = '' enable-tftp tftp-root=${pkgs.ipxe} dhcp-userclass=set:ipxe,iPXE dhcp-boot=tag:!ipxe,undionly.kpxe dhcp-boot=http://boot.ipxe.org/demo/boot.php ''; }; }