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; | ||
# !!! Otherwise, pick this: | |||
# !!! Otherwise | |||
boot.kernelPackages = pkgs.linuxPackages_latest; | boot.kernelPackages = pkgs.linuxPackages_latest; | ||