1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-06 13:07:23 +02:00
nixos-hardware/common/gpu/amd/southern-islands/default.nix
2021-03-24 02:18:03 +01:00

4 lines
97 B
Nix

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