Merge pull request #1631 from NixOS/pi3-keyboard

raspberry-pi/3: load usbhid and usb_storage
This commit is contained in:
Sandro 2025-10-10 13:51:30 +00:00 committed by GitHub
commit c816590dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,13 @@
}:
{
boot.kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi3;
boot = {
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi3;
initrd.availableKernelModules = [
"usbhid"
"usb_storage"
];
};
# fix the following error :
# modprobe: FATAL: Module ahci not found in directory