mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-16 05:51:06 +01:00
kernel 5.15.56
This commit is contained in:
parent
3d7a565149
commit
c82e21e828
3 changed files with 61 additions and 34 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
nixpkgs = { overlays = [ overlay ]; };
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_rpi);
|
||||
kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_rpi-5_15_56);
|
||||
initrd.availableKernelModules = [ "usbhid" "usb_storage" "vc4" ];
|
||||
|
||||
loader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue