From ad75e6d1f1a6d46e4139ce334f4d236446141d5c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 30 Apr 2024 14:22:13 -0500 Subject: [PATCH] double pxe-service --- nixos/telperion/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index cb64ba7..d6e3bcc 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -70,9 +70,10 @@ enable-tftp = true; tftp-root="/srv/tftp"; # if request comes from older PXE ROM, chainload to iPXE (via TFTP) + # also this hack sucks, but it works pxe-service='' tag:#ipxe,x86PC,"PXE chainload to iPXE",undionly.kpxe" - tag:ipxe,0,matchbox,http://10.1.1.57:8080/boot.ipxe + pxe-service=tag:ipxe,0,matchbox,http://10.1.1.57:8080/boot.ipxe ''; # if request comes from iPXE user class, set tag "ipxe" dhcp-userclass="set:ipxe,iPXE";