From 029d9cb1db37f0c5ceb9a7378f72649a11e2cc5a Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 24 Aug 2023 19:08:23 +0200 Subject: [PATCH] Enable netboot again for PXE --- m/lake2/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/lake2/configuration.nix b/m/lake2/configuration.nix index 99fffa3..618acfc 100644 --- a/m/lake2/configuration.nix +++ b/m/lake2/configuration.nix @@ -3,6 +3,7 @@ { imports = [ ../common/main.nix + (modulesPath + "/installer/netboot/netboot-minimal.nix") ]; # For now we install NixOS in the first nvme disk (nvme0n1), as this node only