From 966442a3279eca63080f3a5fb4ca7bb9c2b44b38 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 21 Jun 2022 23:10:18 +0200 Subject: [PATCH] nixos-module/container/dhcp-server: change rpi tftp server to nfsroot --- 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 ab035d9..696a80a 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.nix-build}"; + option tftp-server-name "${config.site.net.serv.hosts4.nfsroot}"; } subnet ${subnet4Net} netmask ${lib.netmasks.${toString subnet4Len}} {