summaryrefslogtreecommitdiff
path: root/hosts/toaster/amdgpu-sg-fix.nix
blob: b67bd5766635f9d1e87b2f5e1b212b97cd3a8704 (plain)
1
2
3
4
{ ... }:
{
  boot.kernelParams = [ "amdgpu.sg_display=0" ];
}