about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2023-07-21 16:59:21 -0400
committerMatt Layher <mdlayher@gmail.com>2023-07-21 16:59:21 -0400
commit93efcdac790aa92425d3492645e75f2292dbc9c9 (patch)
tree3cd671a27cc74b2dd740aa7596e022ce5311e493 /nixos/modules/system
parent239dd4e537d1f4afb90fa339aab6ed7bd2e20e41 (diff)
downloadnixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar.gz
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar.bz2
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar.lz
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar.xz
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.tar.zst
nixlib-93efcdac790aa92425d3492645e75f2292dbc9c9.zip
nixos/networkd: add DHCPServer PXE boot options
Signed-off-by: Matt Layher <mdlayher@gmail.com>
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/networkd.nix3
1 files changed, 3 insertions, 0 deletions
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)