hosts/jericho: kernel 5.18

This commit is contained in:
Max Headroom 2022-07-01 17:16:39 +02:00
parent 98e583c75c
commit 1efcbc2b5b

View file

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