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];