From d7009f8ebbe0bc91b281e661180d745367a00c12 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 2 Oct 2025 14:56:11 +0200 Subject: [PATCH] disable aspm on acer --- hosts/acer.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/acer.nix b/hosts/acer.nix index 2b7f954..45262b1 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -114,6 +114,8 @@ rec { boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; + boot.kernelParams = [ "pcie_aspm=off" ]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave