diff --git a/hosts/legolas/hardware-configuration.nix b/hosts/legolas/hardware-configuration.nix index b37f3f9..8e1b665 100644 --- a/hosts/legolas/hardware-configuration.nix +++ b/hosts/legolas/hardware-configuration.nix @@ -14,6 +14,9 @@ boot.kernelParams = [ "mem_sleep_default=s2idle" + #possible fix for my nvme drive not resuming after sleeping + "nvme_core.default_ps_max_latency_us=0" + "pcie_aspm=off" ]; boot.initrd.availableKernelModules = [