From ef3d001d75a1f7f1ce2911d281b1deba67fd2a95 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 16 Oct 2019 01:22:23 +1000 Subject: [PATCH] added kernel modules --- Hardware/raspberry_pi_3_model_B.nix | 2 ++ 1 file changed, 2 insertions(+) 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