hosts/jericho: kernel 5.19

This commit is contained in:
Max Headroom 2022-08-28 02:49:55 +02:00
parent 7837fb5fd6
commit 13e77cc2d8

View file

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