Files
nixos-hardware/hp/elitebook/830/g6
Sebastián Zavala Villagómez 6267b43af9 hp/elitebook/830/g6: check kernel version through config instead of pkgs
The previous implementation was checking the kernel version through
`pkgs.linux`, which is only representative of the final system if
`boot.kernelPackages` is left as the default value of
`pkgs.linuxPackages`.

You can of course change this to other package sets, such as
`pkgs.linuxPackages_latest`. Instead, we now reference the kernel
through `config.boot.kernelPackages.kernel`.
2025-04-29 19:20:17 +00:00
..

HP Elitebook 830 G6

solved problems

  • KDE Plasma 5 (haven't tested others), ~20% of the time freezes at login screen on resume - setting hardare.enableAllFirmware seems to fix

Unsolved Problems

  • sometimes fails to sleep (seems to be an application causing it, so probably not a driver/kernel problem)