nixos: add usb boot module
This commit is contained in:
parent
627ad066bf
commit
d33301321f
2 changed files with 2 additions and 9 deletions
|
|
@ -17,14 +17,15 @@ in {
|
|||
"xhci_pci"
|
||||
"ahci"
|
||||
"usbhid"
|
||||
"usb_storage"
|
||||
"sd_mod"
|
||||
"usb_storage"
|
||||
];
|
||||
kernelModules = [
|
||||
"nvme"
|
||||
"xhci_pci"
|
||||
"btrfs"
|
||||
"sd_mod"
|
||||
"usbhid"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue