From cac57a295f87f0386dc66fbaf9a5882de4bf0f7e Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Tue, 20 Aug 2024 11:43:29 +0100 Subject: [PATCH] fix(flexbox): re-enable ACPI kernel patchs as still seeing crashes on resume --- machines/flexbox/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/flexbox/system.nix b/machines/flexbox/system.nix index efb2e89..05c91cd 100644 --- a/machines/flexbox/system.nix +++ b/machines/flexbox/system.nix @@ -16,7 +16,7 @@ in { boot.consoleLogLevel = 7; # https://lore.kernel.org/linux-nvme/YnR%2FFiWbErNGXIx+@kbusch-mbp/T/ - # boot.kernelParams = [ "nvme_core.default_ps_max_latency_us=0" "acpiphp.disable=1" ]; + boot.kernelParams = ["nvme_core.default_ps_max_latency_us=0" "acpiphp.disable=1"]; # GPU environment.systemPackages = [nvidia-offload];