summaryrefslogtreecommitdiff
path: root/hel
diff options
context:
space:
mode:
Diffstat (limited to 'hel')
-rw-r--r--hel/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/boot.nix b/hel/boot.nix
index 103fdeca..af0dfe2d 100644
--- a/hel/boot.nix
+++ b/hel/boot.nix
@@ -11,6 +11,6 @@
11 11
12 tmpOnTmpfs = true; 12 tmpOnTmpfs = true;
13 13
14 extraKernelParams = ["intel_pstate=no_hwp" "nomodeset"]; 14 extraKernelParams = ["intel_pstate=no_hwp"];
15 }; 15 };
16} 16}