kernel: 6.12 -> 6.6 (because of kworker issues)

This commit is contained in:
Simon Gardling 2025-04-07 10:45:13 -04:00
parent 5739adab1c
commit aa5c015099
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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