nixos: add usb boot module

This commit is contained in:
ooks-io 2024-10-24 23:16:30 +11:00
parent 627ad066bf
commit d33301321f
2 changed files with 2 additions and 9 deletions

View file

@ -17,14 +17,15 @@ in {
"xhci_pci"
"ahci"
"usbhid"
"usb_storage"
"sd_mod"
"usb_storage"
];
kernelModules = [
"nvme"
"xhci_pci"
"btrfs"
"sd_mod"
"usbhid"
];
};
};