summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 12:13:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 12:13:29 +0200
commit58e4cbbf036423ac521095902fbb751f46c44cb2 (patch)
tree5a1b2f12dd9145cd620765c25a111a2bb2e872b9
parent8323443e8c4765c8e57828ab362e60ecd2636fcb (diff)
downloadnixos-58e4cbbf036423ac521095902fbb751f46c44cb2.tar
nixos-58e4cbbf036423ac521095902fbb751f46c44cb2.tar.gz
nixos-58e4cbbf036423ac521095902fbb751f46c44cb2.tar.bz2
nixos-58e4cbbf036423ac521095902fbb751f46c44cb2.tar.xz
nixos-58e4cbbf036423ac521095902fbb751f46c44cb2.zip
fixed frequency scaling issue
-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}