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

6 lines
90 B
Nix
Raw Normal View History

2024-12-31 13:52:57 +00:00
{ ... }:
{
# use new amd pstate driver
boot.kernelParams = [ "amd_pstate=active" ];
}