mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
raspberry-pi/3: load usbhid and usb_storage
This commit is contained in:
parent
3441b5242a
commit
d0955d227d
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue