From a46e5300b4bf026735a836a6bf89f3d6df2c6c02 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Wed, 3 Jun 2026 23:14:27 +0200 Subject: [PATCH] fix crashing on legolas? --- hosts/legolas/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = [