summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/network/dhcp/default.nix12
1 files 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
16 embedScript = pkgs.writeText "yggdrasil.ipxe" '' 16 embedScript = pkgs.writeText "yggdrasil.ipxe" ''
17 #!ipxe 17 #!ipxe
18 18
19 cpair --background 9 1
20 cpair --background 9 3
21 cpair --background 9 6
22
19 set user-class iPXE-yggdrasil 23 set user-class iPXE-yggdrasil
20 24
21 autoboot 25 autoboot
@@ -323,10 +327,6 @@ in {
323 text = '' 327 text = ''
324 #!ipxe 328 #!ipxe
325 329
326 cpair --background 9 1
327 cpair --background 9 3
328 cpair --background 9 6
329
330 :start 330 :start
331 menu iPXE boot menu for installer-${system} 331 menu iPXE boot menu for installer-${system}
332 item installer installer-${system} 332 item installer installer-${system}
@@ -387,10 +387,6 @@ in {
387 text = '' 387 text = ''
388 #!ipxe 388 #!ipxe
389 389
390 cpair --background 9 1
391 cpair --background 9 3
392 cpair --background 9 6
393
394 set menu-timeout 5000 390 set menu-timeout 5000
395 391
396 :start 392 :start