boot.loader.grub.extraFiles
NixOS option
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.
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/system/boot/loader/grub/grub.nixView source on NixOS/nixpkgs →{ "memtest.bin" = pkgs.memtest86plus.efi; }