diff options
Diffstat (limited to 'hosts/toaster/amd-new-pstate.nix')
| -rw-r--r-- | hosts/toaster/amd-new-pstate.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/toaster/amd-new-pstate.nix b/hosts/toaster/amd-new-pstate.nix new file mode 100644 index 0000000..179cce3 --- /dev/null +++ b/hosts/toaster/amd-new-pstate.nix @@ -0,0 +1,5 @@ +{ ... }: +{ + # use new amd pstate driver + boot.kernelParams = [ "amd_pstate=active" ]; +} |
