From aa5c0150990cfc3880f3accead103d1846ac56c6 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 7 Apr 2025 10:45:13 -0400 Subject: [PATCH] kernel: 6.12 -> 6.6 (because of kworker issues) --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 19055af..352899c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,8 +58,8 @@ }; boot = { - # 6.12 LTS until 2027 - kernelPackages = pkgs.linuxPackages_6_12; + # 6.6 LTS until 2026 + kernelPackages = pkgs.linuxPackages_6_6; loader = { # Use the systemd-boot EFI boot loader.