hosts/jericho: switch to 6.5 kernel

This commit is contained in:
Max Headroom 2023-10-21 00:00:30 +02:00
parent 123e0b89d7
commit 79dd968157

View file

@ -16,7 +16,7 @@
++ aspect.sets.laptop ++ aspect.sets.laptop
++ (with aspect.modules; [ games ]); ++ (with aspect.modules; [ games ]);
boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_1.override { boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_5.override {
ignoreConfigErrors = true; ignoreConfigErrors = true;
}); });