apply rpi config error fix

This commit is contained in:
cy 2025-01-23 18:30:37 -05:00
parent af950da1f5
commit 00e6f6267b
3 changed files with 23 additions and 0 deletions

View file

@ -1,6 +1,8 @@
{
modulesPath,
pkgs,
lib,
inputs,
...
}:
{
@ -71,4 +73,7 @@
boot.loader.generic-extlinux-compatible.mirroredBoots = [
{ path = "/boot/firmware"; }
];
# remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable
boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3;
}