diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 13:01:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 13:01:47 +0200 |
commit | ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1 (patch) | |
tree | ed4439bd3dc0adadcaa16cdd8d9ac787e911a228 | |
parent | 7cccea3075c1e9109ac8eb2b9fad7dace337203d (diff) | |
download | nixos-ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1.tar nixos-ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1.tar.gz nixos-ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1.tar.bz2 nixos-ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1.tar.xz nixos-ab1d8349e44ab456b9e9a73e5bd78f48c21b67f1.zip |
...
-rw-r--r-- | hosts/vidhar/network/dhcp/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix index 5c910712..70b38cf9 100644 --- a/hosts/vidhar/network/dhcp/default.nix +++ b/hosts/vidhar/network/dhcp/default.nix | |||
@@ -432,7 +432,7 @@ in { | |||
432 | tftpRoot = pkgs.runCommandLocal "netboot" {} '' | 432 | tftpRoot = pkgs.runCommandLocal "netboot" {} '' |
433 | mkdir -p $out | 433 | mkdir -p $out |
434 | install -m 0444 -t $out \ | 434 | install -m 0444 -t $out \ |
435 | ${ipxe}/snponly.efi ${ipxe}/i386-snponly.efi ${ipxe}/undionly.kpxe | 435 | ${ipxe}/{snponly.efi,i386-snponly.efi,undionly.kpxe} |
436 | ''; | 436 | ''; |
437 | in "${pkgs.atftp}/sbin/atftpd --daemon --no-fork --bind-address=${tftpIp} ${tftpRoot}"; | 437 | in "${pkgs.atftp}/sbin/atftpd --daemon --no-fork --bind-address=${tftpIp} ${tftpRoot}"; |
438 | }; | 438 | }; |