enable new pstate driver for amd
This commit is contained in:
parent
6b6303ab0b
commit
91f416c727
2 changed files with 6 additions and 0 deletions
5
hosts/toaster/amd-new-pstate.nix
Normal file
5
hosts/toaster/amd-new-pstate.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
# use new amd pstate driver
|
||||
boot.kernelParams = [ "amd_pstate=active" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue