From 4526bd519dcabc17f167c3a4ef906b763d57a103 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 2 Mar 2025 18:36:23 -0600 Subject: [PATCH] Updated kernel version, fixes fan issue? --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4b41bd5..3515a4b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,7 +16,7 @@ in }; # Xander, uncomment this line to update the kernel to 6.10.~ - # boot.kernelPackages = pkgs.linuxPackages_6_10; + boot.kernelPackages = pkgs.linuxPackages_6_12; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;