Stick to 5.15 kernel in order to keep compatibility for mba6x_bl

This commit is contained in:
Daniel Siepmann 2023-03-08 08:33:59 +01:00
parent 67c6325af0
commit 1be9c42770
Signed by: Daniel Siepmann
GPG Key ID: 33D6629915560EF4
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {