MyNixOS website logo
option

boot.loader.limine.additionalFiles

A set of files to be copied to /boot. Each attribute name denotes the destination file name in /boot, while the corresponding attribute value specifies the source file.

Declarations
Type
attribute set of absolute path
Default
{ }
Example
{ "efi/memtest86/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi"; }