NixOS on ARM: Difference between revisions

imported>Mic92
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;
   #  !!! 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)
   #  !!! 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;
   boot.kernelPackages = pkgs.linuxPackages;
   # !!! Otherwise (even if you have a Raspberry Pi 2), pick this:
   # !!! Otherwise (even if you have a Raspberry Pi 2), pick this: