NixOS on ARM: Difference between revisions

imported>Jonringer
No edit summary
imported>Mic92
Line 387: Line 387:
   # !!! If your board is a Raspberry Pi 1, select this:
   # !!! If your board is a Raspberry Pi 1, select this:
   boot.kernelPackages = pkgs.linuxPackages_rpi;
   boot.kernelPackages = pkgs.linuxPackages_rpi;
   # !!! Otherwise (even if you have a Raspberry Pi 2 or 3), pick this:
  #  !!! If your board is a Raspberry Pi 3, select not latest (5.8 at the time) as it is currently broken (see https://github.com/NixOS/nixpkgs/issues/97064)
  boot.kernelPackages = pkgs.linuxPackages;
   # !!! Otherwise (even if you have a Raspberry Pi 2), pick this:
   boot.kernelPackages = pkgs.linuxPackages_latest;
   boot.kernelPackages = pkgs.linuxPackages_latest;