We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4399b9 commit 5a67562Copy full SHA for 5a67562
raspberry-pi/4/default.nix
@@ -15,6 +15,7 @@
15
};
16
17
18
+ hardware.deviceTree.filter = "bcm2711-rpi-*.dtb";
19
20
# Required for the Wireless firmware
21
hardware.enableRedistributableFirmware = true;
raspberry-pi/4/modesetting.nix
@@ -29,7 +29,6 @@ in
29
config = lib.mkIf cfg.enable {
30
# Configure for modesetting in the device tree
31
hardware.deviceTree = {
32
- filter = "bcm2711-rpi-*.dtb";
33
overlays = [
34
# Equivalent to:
35
# https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/overlays/cma-overlay.dts
0 commit comments