From 93efcdac790aa92425d3492645e75f2292dbc9c9 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Fri, 21 Jul 2023 16:59:21 -0400 Subject: [PATCH] nixos/networkd: add DHCPServer PXE boot options Signed-off-by: Matt Layher --- nixos/modules/system/boot/networkd.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index 6d0afcc57fcc..5d6047681d46 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -902,6 +902,9 @@ let "RelayTarget" "RelayAgentCircuitId" "RelayAgentRemoteId" + "BootServerAddress" + "BootServerName" + "BootFilename" ]) (assertInt "PoolOffset") (assertMinimum "PoolOffset" 0)