MyNixOS website logo
option

virtualisation.bootPartition

The path (inside the VM) to the device containing the EFI System Partition (ESP).

If you are not booting from a UEFI firmware, this value is, by default, null. The ESP is mounted under /boot.

Declarations
Type
null or path
Default
if cfg.useEFIBoot then "/dev/disk/by-label/ESP" else null
Example
"/dev/disk/by-label/esp"