nixos-module/container/dhcp-server: change RPi4 tftp server from netboot to nix-build

This commit is contained in:
Astro 2022-03-22 18:11:04 +01:00
parent 8d64902f6a
commit e16be776bb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
# RPi4
option vendor-class-identifier "PXEClient";
option vendor-encapsulated-options "Raspberry Pi Boot";
option tftp-server-name "${config.site.net.serv.hosts4.netboot}";
option tftp-server-name "${config.site.net.serv.hosts4.nix-build}";
}
subnet ${subnet4Net} netmask ${lib.netmasks.${toString subnet4Len}} {