boot.loader.systemd-boot.installDeviceTree

NixOS option

Install the devicetree blob specified by config.hardware.deviceTree.name to the ESP and instruct systemd-boot to pass this DTB to linux.

type: unspecified value
Default
"with config.hardware.deviceTree; enable && name != null"
declared in: nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nixView source on NixOS/nixpkgs →