Updated kernel version, fixes fan issue?

This commit is contained in:
Benson Chu 2025-03-02 18:36:23 -06:00
parent 4dd12775d9
commit 4526bd519d

View file

@ -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;