apply rpi config error fix
This commit is contained in:
parent
af950da1f5
commit
00e6f6267b
3 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue