hosts/jericho: clr is still on 5.16

This commit is contained in:
Max Headroom 2022-03-28 20:56:16 +02:00
parent 2e12b38ef9
commit ff4429fba9

View file

@ -13,7 +13,7 @@
++ aspect.sets.laptop
++ (with aspect.modules; [ games ]);
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_5_16;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;