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 73472b49..c3acf746 100644
--- a/hel/boot.nix
+++ b/hel/boot.nix
@@ -11,6 +11,6 @@
11 11
12 tmpOnTmpfs = true; 12 tmpOnTmpfs = true;
13 13
14 kernelParams = ["intel_pstate=no_hwp" "i915.preliminary_hw_support=1"]; 14 kernelParams = ["intel_pstate=no_hwp"];
15 }; 15 };
16} 16}