boot.loader.grub.mirroredBoots.*.devices

NixOS option

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 in: nixos/modules/system/boot/loader/grub/grub.nixView source on NixOS/nixpkgs →