updated dnsmasq service

This commit is contained in:
2026-07-27 14:07:28 +10:00
parent cfa36b97fc
commit 7fd6d558d5
+5 -5
View File
@@ -417,7 +417,10 @@ in
ExecStart = stageSystemRescue;
};
};
dnsmasq = {
};
};
services.dnsmasq = {
enable = true;
settings = {
# Proxy mode: respond only to PXE DHCP requests, leave normal leases to router
@@ -438,9 +441,6 @@ in
];
};
};
};
};
networking.firewall.allowedTCPPorts = [ vars.ports.pxeBootHttp ];
networking.firewall.allowedUDPPorts = [ vars.ports.pxeBootTftp ];
networking.firewall.allowedUDPPorts = [ vars.ports.pxeBootTftp 67 ];
}