virtualisation.useBootLoader

NixOS option

Use a boot loader to boot the system. This allows, among other things, testing the boot loader. If disabled, the kernel and initrd are directly booted, forgoing any bootloader. Check the documentation on virtualisation.directBoot.enable for details.

type: boolean
Default
false
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →