1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-26 03:29:44 +01:00

added note about kernel version

This commit is contained in:
caleb 2024-12-18 00:15:43 -05:00
parent 328f218b58
commit 64bb927d28

View file

@ -26,6 +26,8 @@ in
config = { config = {
# Configure basic system settings: # Configure basic system settings:
boot = { boot = {
# Note: it seems being on the latest kernel is important for CPPC to work, which is required for the amd_pstate
# https://bugzilla.kernel.org/show_bug.cgi?id=218686
kernelPackages = mkDefault pkgs.linuxPackages_latest; kernelPackages = mkDefault pkgs.linuxPackages_latest;
kernelModules = [ "kvm-amd" ]; kernelModules = [ "kvm-amd" ];
kernelParams = [ kernelParams = [