MyNixOS website logo
option

boot.loader.grub.extraFiles

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 path
Default
{ }
Example
{ "memtest.bin" = "${pkgs.memtest86plus}/memtest.bin"; }