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:
parent
328f218b58
commit
64bb927d28
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue