From c44536e17c3cd8fb04f5d794519b29219cc7f2db Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 14 Jan 2026 21:29:11 +0100 Subject: [PATCH] disable failed hangs workaround on acer --- hosts/acer.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index 639a2d5..ae151c6 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -116,8 +116,6 @@ rec { boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; - boot.kernelParams = [ "pcie_aspm=off" ]; - programs.corectrl.enable = true; hardware.amdgpu.overdrive.enable = true;