Skip to content

Commit

Permalink
raspberry-pi/5: add nvme module
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Kazenyuk <[email protected]>
  • Loading branch information
leo60228 and nvmd committed Apr 30, 2024
1 parent 9d8a91d commit 9ba3f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raspberry-pi/5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
boot = {
kernelPackages = lib.mkDefault (pkgs.linuxPackagesFor pkgs.linux_rpi5);
initrd.availableKernelModules = [
"nvme"
"usbhid"
"usb_storage"
];
Expand Down

0 comments on commit 9ba3f40

Please sign in to comment.