boot.loader.systemd-boot.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.

Type
attribute set of absolute path
Default
{ }
Example
{ "efi/memtest86/memtest.efi" = pkgs.memtest86plus.efi; }
Declared
<nixpkgs/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix>