1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-18 12:27:22 +02:00
nixos-hardware/common/gpu/amd/southern-islands/default.nix
2021-04-14 16:18:05 +02:00

5 lines
150 B
Nix

{
imports = [ ../. ];
# Explicitly set amdgpu support in place of radeon
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
}