mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-29 04:59: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 = {
|
boot = {
|
||||||
kernelPackages = lib.mkDefault (pkgs.linuxPackagesFor pkgs.linux_rpi5);
|
kernelPackages = lib.mkDefault (pkgs.linuxPackagesFor pkgs.linux_rpi5);
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
|
"nvme"
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue