mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-25 02:59:45 +01:00
added note about kernel version
This commit is contained in:
parent
328f218b58
commit
64bb927d28
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ in
|
|||
config = {
|
||||
# Configure basic system settings:
|
||||
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;
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelParams = [
|
||||
|
|
Loading…
Reference in a new issue