Revert "modules.system.kernel: add amdgpu patch"

This reverts commit 84c11d9223.
This commit is contained in:
2025-10-20 23:16:16 +08:00
parent 6014855717
commit c425c11c54
3 changed files with 1 additions and 85 deletions

View File

@@ -34,7 +34,7 @@ inputs:
];
nixpkgs = { march = "znver5"; rocm = true; };
sysctl.laptop-mode = 5;
kernel = { variant = "cachyos"; patches = [ "amdgpu" ]; };
kernel.variant = "cachyos";
};
hardware = { gpu.type = "amd"; asus = {};};
services =