profiles/common: don't use latest kernel
This commit is contained in:
parent
3ccffcbcae
commit
9b8051f0a5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = false;
|
efiInstallAsRemovable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue