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;