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.
2 parents 156fbb6 + d0955d2 commit c816590Copy full SHA for c816590
raspberry-pi/3/default.nix
@@ -5,7 +5,13 @@
5
}:
6
7
{
8
- boot.kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi3;
+ boot = {
9
+ kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi3;
10
+ initrd.availableKernelModules = [
11
+ "usbhid"
12
+ "usb_storage"
13
+ ];
14
+ };
15
16
# fix the following error :
17
# modprobe: FATAL: Module ahci not found in directory
0 commit comments