diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 12:13:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 12:13:29 +0200 |
commit | 58e4cbbf036423ac521095902fbb751f46c44cb2 (patch) | |
tree | 5a1b2f12dd9145cd620765c25a111a2bb2e872b9 | |
parent | 8323443e8c4765c8e57828ab362e60ecd2636fcb (diff) | |
download | nixos-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.nix | 2 |
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 | } |