From 548c6f50419e85e79b7ee597c7130d0252228522 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 27 Jul 2026 15:50:19 +1000 Subject: [PATCH] chore(pxe-boot): remove log-dhcp debug flag now that PXE boot is confirmed working Co-Authored-By: Claude Sonnet 4.6 --- modules/build-types/pxe-boot.nix | 1 - 1 file changed, 1 deletion(-) 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.