NixOS on ARM: Difference between revisions

imported>Tomberek
No edit summary
imported>Extends
m Covering a known issue with the latest kernel
Line 385: Line 385:
   # !!! Otherwise (even if you have a Raspberry Pi 2 or 3), pick this:
   # !!! Otherwise (even if you have a Raspberry Pi 2 or 3), pick this:
   boot.kernelPackages = pkgs.linuxPackages_latest;
   boot.kernelPackages = pkgs.linuxPackages_latest;
  # !!! If NixOS is unable to boot and stay on the message "booting kernel...", use the kernel 4.19
  boot.kernelPackages = pkgs.linuxPackages_4_19;
    
    
   # !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there.
   # !!! This is only for ARMv6 / ARMv7. Don't enable this on AArch64, cache.nixos.org works there.