kernel 6.12 doesnt load module for my keyboard backlight

Issue has been filed though
This commit is contained in:
Jakub Kropáček 2024-11-21 22:41:03 +01:00
parent 2ae69f0084
commit fa6a0dfdf6

View file

@ -12,7 +12,7 @@
];
zramSwap.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_11;
networking.hostName = "lenar";
services.power-profiles-daemon.enable = false;