nixos-config/modules/system/devices/video/amd/default.nix

6 lines
108 B
Nix

{ ... }:
{
boot.kernelParams = [ "amd_pstate=active" ];
hardware.amdgpu.legacySupport.enable = true;
}