From 1cb0a9a3a59f856d243fd1099854c6152d8850a7 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 13 Jan 2023 20:46:12 +0100 Subject: [PATCH] hosts/jericho: switch to 6.1 kernel --- 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 ee64e36..b17f619 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_0.override { + boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_1.override { ignoreConfigErrors = true; });