mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/networkd: add DHCPServer PXE boot options
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
239dd4e537
commit
93efcdac79
1 changed files with 3 additions and 0 deletions
|
@ -902,6 +902,9 @@ let
|
||||||
"RelayTarget"
|
"RelayTarget"
|
||||||
"RelayAgentCircuitId"
|
"RelayAgentCircuitId"
|
||||||
"RelayAgentRemoteId"
|
"RelayAgentRemoteId"
|
||||||
|
"BootServerAddress"
|
||||||
|
"BootServerName"
|
||||||
|
"BootFilename"
|
||||||
])
|
])
|
||||||
(assertInt "PoolOffset")
|
(assertInt "PoolOffset")
|
||||||
(assertMinimum "PoolOffset" 0)
|
(assertMinimum "PoolOffset" 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue