mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
5 lines
97 B
Nix
5 lines
97 B
Nix
{
|
|
imports = [ ../. ];
|
|
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
|
|
}
|