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 7449750 commit fc4c7c6Copy full SHA for fc4c7c6
raspberry-pi/4/default.nix
@@ -33,7 +33,7 @@
33
"usbhid"
34
"usb-storage"
35
"vc4"
36
- "pcie_brcmstb" # required for the pcie bus to work
+ "pcie-brcmstb" # required for the pcie bus to work
37
"reset-raspberrypi" # required for vl805 firmware to load
38
]
39
++ lib.optional config.boot.initrd.network.enable "genet";
0 commit comments