boot.loader.limine.extraEntries

NixOS option

A string which is appended to the end of limine.conf. The config format can be found here.

type: strings concatenated with "\n"
Default
""
Example
/memtest86
  protocol: chainload
  path: boot():///efi/memtest86/memtest86.efi
declared in: nixos/modules/system/boot/loader/limine/limine.nixView source on NixOS/nixpkgs →