Skip to content

Commit

Permalink
rp3: Use the dedicated kernel package
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jan 19, 2024
1 parent 8106360 commit 543eb83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/rp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ in
nixpkgs.system = "aarch64-linux";

boot = {
kernelPackages = pkgs.linuxPackages_rpi3;
initrd.includeDefaultModules = false;
kernelModules = [ "bcm2835-v4l2" ];
loader = {
grub.enable = false;
Expand Down

0 comments on commit 543eb83

Please sign in to comment.