1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

raspberry-pi/4: don't use an alias for the kernel pkg

This commit is contained in:
Bernardo Meurer 2023-02-18 15:55:05 +00:00
parent 9bbcc37b01
commit 7c7a8f7082
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
];
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_rpi4;
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi4;
initrd.availableKernelModules = [
"usbhid"
"usb_storage"