From 2cc1c15b6317ae5b1cc2e19e9371612c11ccef71 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 7 Apr 2024 02:36:46 +0300 Subject: [PATCH] host/home: add module to support usb --- nixos/hosts/home/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/home/hardware-configuration.nix b/nixos/hosts/home/hardware-configuration.nix index 5a6b152..b4e4aca 100644 --- a/nixos/hosts/home/hardware-configuration.nix +++ b/nixos/hosts/home/hardware-configuration.nix @@ -10,7 +10,7 @@ boot = { initrd = { - availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ]; + availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" "usb_storage" ]; kernelModules = [ ]; };