profiles/common: don't use latest kernel

This commit is contained in:
steveej 2020-11-25 21:52:20 +01:00
parent 3ccffcbcae
commit 9b8051f0a5

View file

@ -3,7 +3,7 @@
}:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = false;