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