10.nixos-hardware/raspberry-pi/common/default.nix
Issam E. Maghni 076b2a5116 raspberry-pi: add vc4 to common modules
Raspberry Pi 2 and 3 will now have it too.
2026-02-28 14:01:28 -05:00

7 lines
91 B
Nix

{
boot.initrd.availableKernelModules = [
"usb-storage"
"usbhid"
"vc4"
];
}