boot.loader.grub.mirroredBoots.*.efiBootloaderId

NixOS option

The id of the bootloader to store in efi nvram. The default is to name it NixOS and append the path or efiSysMountPoint. This is only used if boot.loader.efi.canTouchEfiVariables is true.

type: null or string
Default
null
Example
"NixOS-fsid"
declared in: nixos/modules/system/boot/loader/grub/grub.nixView source on NixOS/nixpkgs →