kernel: remove amdgpu overheating workaround

This commit is contained in:
Leonardo Eugênio 2023-06-17 21:30:48 -03:00
parent 43a0ce5d0f
commit 4e84cb32c2
4 changed files with 0 additions and 90 deletions

View file

@ -37,13 +37,6 @@ in
# hardware.opengl.extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
# environment.variables = { AMD_VULKAN_ICD = "RADV"; };
boot.extraModulePackages = [
((pkgs.amdgpu-kernel-module.override {
kernel = config.boot.kernelPackages.kernel;
}).overrideAttrs (_: {
patches = [ ../patches/kernel/amdgpu-disable-shutdown-on-overheating.diff ];
}))
];
fileSystems."/" = {
device = "/dev/disk/by-label/BTRFS_ROOT";
fsType = "btrfs";