diff --git a/Hardware/raspberry_pi_3_model_B.nix b/Hardware/raspberry_pi_3_model_B.nix index b5d2247..a3a1502 100644 --- a/Hardware/raspberry_pi_3_model_B.nix +++ b/Hardware/raspberry_pi_3_model_B.nix @@ -3,6 +3,8 @@ { config, pkgs, lib, ... }: { + + boot.initrd.availableKernelModules = [ "usbhid" "usb_storage" ]; # NixOS wants to enable GRUB by default. boot.loader.grub.enable = false; # Enables the generation of /boot/extlinux/extlinux.conf