hosts/jericho: keep kernel at 5.17
This commit is contained in:
parent
c9a7744f8b
commit
a40dc19e72
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
++ aspect.sets.laptop
|
||||
++ (with aspect.modules; [ games ]);
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_17;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in a new issue