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" ];
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./amd.nix
|
||||
./amd-new-pstate.nix
|
||||
./hardware-configuration.nix
|
||||
./irc.nix
|
||||
./stateful-network.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue