virtualisation.directBoot.initrd

NixOS option

In direct boot situations, you may want to influence the initrd to load to use your own customized payload. This is useful if you want to test the netboot image without testing the firmware or the loading part.

type: string
Default
"\${config.system.build.initialRamdisk}/\${config.system.boot.loader.initrdFile}"
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →