nixbld: serve iPXE on LAN

force-ssl-main-website
Sebastien Bourdeauducq 2023-07-02 16:15:24 +08:00
parent 5034ca20ce
commit a9ee77b9e8
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ in
# cannot reach. # cannot reach.
"/fonts.googleapis.com/142.250.207.74" "/fonts.googleapis.com/142.250.207.74"
]; ];
dhcp-boot = "ipxe.efi";
enable-tftp = netifLan;
tftp-root = "${pkgs.ipxe}";
}; };
}; };