From f8e65f7bf73ba9a251ad64b3c725d85e53b13eec Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 11 Oct 2025 15:00:05 +0200 Subject: [PATCH] Update to 6.17 kernel for x86 linux --- nix/system/linux_x86.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/system/linux_x86.nix b/nix/system/linux_x86.nix index 88ad3e3..f8ecff8 100644 --- a/nix/system/linux_x86.nix +++ b/nix/system/linux_x86.nix @@ -6,6 +6,7 @@ ]; boot = { + kernelPackages = pkgs.linuxKernel.packages.linux_6_17; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;