about summary refs log tree commit diff
path: root/profiles/hardware/amd.nix
blob: dc933eefcd67cce0886d95f27e2d1e48beef92fb (plain) (blame)
1
2
3
4
5
6
{ ... }:
{
  hardware.cpu.amd.updateMicrocode = true;
  boot.kernelModules = [ "kvm-amd" "k10temp" ];
  boot.kernelParams = [ "amd_pstate=passive" ];
}