boot.loader.grub.mirroredBoots
Mirror the boot configuration to multiple partitions and install grub to the respective devices corresponding to those partitions.
- Type
list of (submodule)- Default
[ ]- Example
[ { devices = [ "/dev/disk/by-id/wwn-0x500001234567890a" ]; path = "/boot1"; } { devices = [ "/dev/disk/by-id/wwn-0x500009876543210a" ]; path = "/boot2"; } ]- Declared
- <nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix>