hosts/jericho: latest kernel

This commit is contained in:
Max Headroom 2022-05-04 21:49:16 +02:00
parent 1c8dc070d5
commit 3281f2174f

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_16; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;