rpi: use upstream kernel

master
Sebastien Bourdeauducq 2020-06-15 18:13:31 +08:00
parent b1bb414a74
commit cb359a0ceb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in
enable = true;
version = 4;
};
boot.kernelPackages = pkgs.lib.mkIf rpi4 pkgs.linuxPackages_rpi4;
boot.kernelPackages = pkgs.lib.mkIf rpi4 pkgs.linuxPackages_latest;
fileSystems = if rpi4 then {
"/boot" = {