mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
raspberry-pi/4: don't use an alias for the kernel pkg
This commit is contained in:
parent
9bbcc37b01
commit
7c7a8f7082
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_rpi4;
|
||||
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi4;
|
||||
initrd.availableKernelModules = [
|
||||
"usbhid"
|
||||
"usb_storage"
|
||||
|
|
Loading…
Reference in a new issue