boot.loader.systemd-boot.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/systemd-boot/systemd-boot.nixView source on NixOS/nixpkgs →{ "efi/memtest86/memtest.efi" = pkgs.memtest86plus.efi; }