nixos-module/container/dhcp-server: change rpi tftp server to nfsroot

This commit is contained in:
Astro 2022-06-21 23:10:18 +02:00
parent b94298c252
commit 966442a327
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.nix-build}";
option tftp-server-name "${config.site.net.serv.hosts4.nfsroot}";
}
subnet ${subnet4Net} netmask ${lib.netmasks.${toString subnet4Len}} {