hosts/jericho: keep kernel at 5.17

This commit is contained in:
Max Headroom 2022-05-30 22:21:57 +02:00
parent c9a7744f8b
commit a40dc19e72

View file

@ -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;