Enable netboot again for PXE

This commit is contained in:
Rodrigo Arias 2023-08-24 19:08:23 +02:00
parent d30399d31b
commit 3c030307f1

View File

@ -3,6 +3,7 @@
{ {
imports = [ imports = [
../common/main.nix ../common/main.nix
(modulesPath + "/installer/netboot/netboot-minimal.nix")
]; ];
# For now we install NixOS in the first nvme disk (nvme0n1), as this node only # For now we install NixOS in the first nvme disk (nvme0n1), as this node only