mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
5 lines
150 B
Nix
5 lines
150 B
Nix
{
|
|
imports = [ ../. ];
|
|
# Explicitly set amdgpu support in place of radeon
|
|
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
|
|
}
|