Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Update kerenl usb storage modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuavio committed Aug 20, 2023
1 parent 403bf7d commit 75705c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/polaris.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in

boot.kernelModules = [ "kvm-amd" "btqca" "btusb" "hci_qca" "hci_uart" "sg" "btintel" ];

boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "uas" "usbhid" "sd_mod" ];

fileSystems."/nix" =
{
Expand Down

0 comments on commit 75705c2

Please sign in to comment.