hardware.deviceTree.name

NixOS option

The name of an explicit dtb to be loaded, relative to the dtb base. Useful in extlinux scenarios if the bootloader doesn’t pick the right .dtb file from FDTDIR.

type: null or string
Default
null
Example
"some-dtb.dtb"
declared in: nixos/modules/hardware/device-tree.nixView source on NixOS/nixpkgs →