mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
don't add fdtdir to extlinux.conf
This commit is contained in:
parent
5ac2dd552f
commit
f9921c6df3
1 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,12 @@
|
|||
|
||||
loader = {
|
||||
grub.enable = lib.mkDefault false;
|
||||
generic-extlinux-compatible.enable = lib.mkDefault true;
|
||||
generic-extlinux-compatible = {
|
||||
enable = lib.mkDefault true;
|
||||
# We want to use the device tree provided by firmware, so don't
|
||||
# add FDTDIR to the extlinux conf file.
|
||||
useGenerationDeviceTree = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue