mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-28 20:49:45 +01:00
raspberry-pi/5: add nvme module
Co-authored-by: Sergey Kazenyuk <kazenyuk@pm.me>
This commit is contained in:
parent
9d8a91d679
commit
c649cd3c83
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
boot = {
|
||||
kernelPackages = lib.mkDefault (pkgs.linuxPackagesFor pkgs.linux_rpi5);
|
||||
initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
"usbhid"
|
||||
"usb_storage"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue