7 lines
96 B
Nix
7 lines
96 B
Nix
{ ... }:
|
|
{
|
|
boot.kernelParams = [
|
|
"radeon.cik_support=0"
|
|
"amdgpu.cik_support=1"
|
|
];
|
|
}
|