NixOS on ARM: Difference between revisions

imported>PsychoLlama
m Update deprecated SD image paths in example configs
imported>PsychoLlama
m Remove Pi 3 kernel workaround; It was fixed upstream (https://github.com/NixOS/nixpkgs/issues/97064).
Line 418: Line 418:
   # !!! 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)
   # !!! Otherwise, pick this:
  #  !!! 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;