Skip to content

Commit

Permalink
fix(flexbox): re-enable ACPI kernel patchs as still seeing crashes on
Browse files Browse the repository at this point in the history
resume
  • Loading branch information
workflow committed Aug 20, 2024
1 parent 4e2154b commit cac57a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/flexbox/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit cac57a2

Please sign in to comment.