raspberry-pi/4: format

This commit is contained in:
Felix Buehler 2023-11-14 20:47:59 +01:00
parent df9bb8a436
commit 9d09a7452c

View file

@ -5,17 +5,17 @@
./audio.nix ./audio.nix
./backlight.nix ./backlight.nix
./cpu-revision.nix ./cpu-revision.nix
./digi-amp-plus.nix
./dwc2.nix ./dwc2.nix
./i2c.nix ./i2c.nix
./modesetting.nix ./modesetting.nix
./pkgs-overlays.nix
./poe-hat.nix ./poe-hat.nix
./poe-plus-hat.nix ./poe-plus-hat.nix
./pwm0.nix
./tc358743.nix ./tc358743.nix
./touch-ft5406.nix ./touch-ft5406.nix
./pwm0.nix
./pkgs-overlays.nix
./xhci.nix ./xhci.nix
./digi-amp-plus.nix
]; ];
boot = { boot = {
@ -24,7 +24,7 @@
"usbhid" "usbhid"
"usb_storage" "usb_storage"
"vc4" "vc4"
"pcie_brcmstb" # required for the pcie bus to work "pcie_brcmstb" # required for the pcie bus to work
"reset-raspberrypi" # required for vl805 firmware to load "reset-raspberrypi" # required for vl805 firmware to load
]; ];