From e16be776bbfb78da936e390d446506a3039ec74f Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 22 Mar 2022 18:11:04 +0100 Subject: [PATCH] nixos-module/container/dhcp-server: change RPi4 tftp server from netboot to nix-build --- nix/nixos-module/container/dhcp-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/dhcp-server.nix b/nix/nixos-module/container/dhcp-server.nix index 0110f9e..0e50c99 100644 --- a/nix/nixos-module/container/dhcp-server.nix +++ b/nix/nixos-module/container/dhcp-server.nix @@ -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}} {