Enable netboot again for PXE

This commit is contained in:
Rodrigo Arias 2023-08-24 19:08:23 +02:00
parent 95fa67ede1
commit 029d9cb1db

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