From 8f1f6f92a8521dfa15ba1c93ce867e73d43fe609 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 25 Aug 2023 13:39:01 +0200 Subject: [PATCH] Remove netboot module --- m/lake2/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/m/lake2/configuration.nix b/m/lake2/configuration.nix index 618acfc..99fffa3 100644 --- a/m/lake2/configuration.nix +++ b/m/lake2/configuration.nix @@ -3,7 +3,6 @@ { 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