added kernel modules
This commit is contained in:
parent
3f8a7b0903
commit
ef3d001d75
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue