boot.loader.grub.mirroredBoots.*.devices

The path to the devices which will have the GRUB MBR written. Note these are typically device paths and not paths to partitions.

Type
list of string
Default
[ ]
Example
[
  "/dev/disk/by-id/wwn-0x500001234567890a"
  "/dev/disk/by-id/wwn-0x500009876543210a"
]
Declared
<nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix>