nix-config/hosts/toaster/amd-new-pstate.nix

6 lines
90 B
Nix
Raw Normal View History

2023-07-11 21:46:23 +02:00
{ ... }:
{
# use new amd pstate driver
boot.kernelParams = [ "amd_pstate=active" ];
}