diff --git a/modules/build-types/pxe-boot.nix b/modules/build-types/pxe-boot.nix index af4dc2a..aeb50e1 100644 --- a/modules/build-types/pxe-boot.nix +++ b/modules/build-types/pxe-boot.nix @@ -427,7 +427,6 @@ in # Without this dnsmasq tries to bind port 53 which systemd-resolved # already owns, causing startup failure. port = 0; - log-dhcp = true; dhcp-range = "192.168.2.0,proxy"; # Detect iPXE clients on the second DHCP round (after loading the # iPXE binary) so we can serve the HTTP menu instead of TFTP.