6 lines
108 B
Nix
6 lines
108 B
Nix
{ ... }:
|
|
{
|
|
boot.kernelParams = [ "amd_pstate=active" ];
|
|
|
|
hardware.amdgpu.legacySupport.enable = true;
|
|
}
|