added kernel modules

This commit is contained in:
Serĉanto de Scio 2019-10-16 01:22:23 +10:00
parent 3f8a7b0903
commit ef3d001d75
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -3,6 +3,8 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
boot.initrd.availableKernelModules = [ "usbhid" "usb_storage" ];
# NixOS wants to enable GRUB by default. # NixOS wants to enable GRUB by default.
boot.loader.grub.enable = false; boot.loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf # Enables the generation of /boot/extlinux/extlinux.conf