MyNixOS website logo
option

boot.loader.generic-extlinux-compatible.mirroredBoots

Mirror the boot configuration to multiple paths.

Declarations
Type
list of (submodule)
Default
[
  {
    path = "/boot";
  }
]
Example
[
  {
    path = "/boot1";
  }
  {
    path = "/boot2";
  }
]