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