1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-08-21 18:56:28 +02:00
nixos-hardware/common/gpu/amd/southern-islands/default.nix

5 lines
97 B
Nix
Raw Normal View History

{
imports = [ ../. ];
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
}