raspberry-pi/4: move filter into default.nix

This commit is contained in:
Jacek Galowicz 2021-05-27 04:41:34 +00:00
parent c4399b921f
commit 5a67562945
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
};
};
hardware.deviceTree.filter = "bcm2711-rpi-*.dtb";
# Required for the Wireless firmware
hardware.enableRedistributableFirmware = true;

View File

@ -29,7 +29,6 @@ in
config = lib.mkIf cfg.enable {
# Configure for modesetting in the device tree
hardware.deviceTree = {
filter = "bcm2711-rpi-*.dtb";
overlays = [
# Equivalent to:
# https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/overlays/cma-overlay.dts