summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dhcp/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-04-29 11:49:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-04-29 11:49:42 +0200
commit326370a837e15feffa8fd611555f4daa820e4c6f (patch)
tree748b3132bf0a8783ae4601e7676a4e7662c72236 /hosts/vidhar/network/dhcp/default.nix
parent9ad1b94207b68af78f52c0147b7d611463a27920 (diff)
downloadnixos-326370a837e15feffa8fd611555f4daa820e4c6f.tar
nixos-326370a837e15feffa8fd611555f4daa820e4c6f.tar.gz
nixos-326370a837e15feffa8fd611555f4daa820e4c6f.tar.bz2
nixos-326370a837e15feffa8fd611555f4daa820e4c6f.tar.xz
nixos-326370a837e15feffa8fd611555f4daa820e4c6f.zip
...
Diffstat (limited to 'hosts/vidhar/network/dhcp/default.nix')
-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