From c756aa886ba0e9d5509a36e44d89315d9b5c607f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 29 Jun 2024 17:51:48 +0200 Subject: [PATCH] hosts/jericho: kernel 6.8 -> 6.9 --- hosts/jericho/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/jericho/system.nix b/hosts/jericho/system.nix index 82f60e8..477555e 100644 --- a/hosts/jericho/system.nix +++ b/hosts/jericho/system.nix @@ -16,7 +16,7 @@ ++ aspect.sets.laptop ++ (with aspect.modules; [ games ]); - boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_8.override { + boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_9.override { ignoreConfigErrors = true; });