From 326370a837e15feffa8fd611555f4daa820e4c6f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 29 Apr 2025 11:49:42 +0200 Subject: ... --- hosts/vidhar/network/dhcp/default.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix index 98a56c64..464fc5fe 100644 --- a/hosts/vidhar/network/dhcp/default.nix +++ b/hosts/vidhar/network/dhcp/default.nix @@ -16,6 +16,10 @@ let embedScript = pkgs.writeText "yggdrasil.ipxe" '' #!ipxe + cpair --background 9 1 + cpair --background 9 3 + cpair --background 9 6 + set user-class iPXE-yggdrasil autoboot @@ -323,10 +327,6 @@ in { text = '' #!ipxe - cpair --background 9 1 - cpair --background 9 3 - cpair --background 9 6 - :start menu iPXE boot menu for installer-${system} item installer installer-${system} @@ -387,10 +387,6 @@ in { text = '' #!ipxe - cpair --background 9 1 - cpair --background 9 3 - cpair --background 9 6 - set menu-timeout 5000 :start -- cgit v1.2.3