kernel 6.12 doesnt load module for my keyboard backlight
Issue has been filed though
This commit is contained in:
parent
2ae69f0084
commit
fa6a0dfdf6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
networking.hostName = "lenar";
|
networking.hostName = "lenar";
|
||||||
|
|
||||||
services.power-profiles-daemon.enable = false;
|
services.power-profiles-daemon.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue