Force amdgpu driver on Redmond

This commit is contained in:
Jimbo 2024-12-01 20:22:19 -05:00
parent 18bb13226c
commit dc2a40eda1

View file

@ -3,5 +3,9 @@
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernel.sysctl."vm.max_map_count" = 2147483642;
kernelParams = [
"radeon.cik_support=0"
"amdgpu.cik_support=1"
];
};
}