From 1be9c42770873c8a77417ed8fcbc5ced855eb20a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 8 Mar 2023 08:33:59 +0100 Subject: [PATCH] Stick to 5.15 kernel in order to keep compatibility for mba6x_bl --- systems/hikari/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/hikari/configuration.nix b/systems/hikari/configuration.nix index b2bb8ef..e070ca1 100644 --- a/systems/hikari/configuration.nix +++ b/systems/hikari/configuration.nix @@ -34,6 +34,9 @@ keyFile = "/crypto_keyfile.bin"; }; }; + + # NOTE: Keep last kernel as 6.1.15 doesn't work with mba6x_bl, this won't compile + kernelPackages = pkgs.linuxKernel.packages.linux_5_15; }; networking = {