MyNixOS website logo
option

boot.loader.grub.devices

The devices on which the boot loader, GRUB, will be installed. Can be used instead of device to install GRUB onto multiple devices.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/dev/disk/by-id/wwn-0x500001234567890a"
]