Random Redmond changes

This commit is contained in:
Jimbo 2025-02-22 17:04:29 -05:00
parent 32234744f0
commit 5671f5f044
3 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
"radeon.cik_support=0"
"amdgpu.cik_support=1"
];
};
boot.kernelParams = [
"radeon.cik_support=0"
"amdgpu.cik_support=1"
];
}