diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:19:42 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:19:42 +0200 |
commit | 92736adc14582258182365722cca64f4db56ca24 (patch) | |
tree | bb3881d6c9a0224f0a40f2f29fd538675f6f18d1 | |
parent | 4185d9aeb3a7a371da4cc231869b39bf628212db (diff) | |
parent | e9478cfdd129c9b1be81865fc6e0ae04258f5550 (diff) | |
download | nixos-92736adc14582258182365722cca64f4db56ca24.tar nixos-92736adc14582258182365722cca64f4db56ca24.tar.gz nixos-92736adc14582258182365722cca64f4db56ca24.tar.bz2 nixos-92736adc14582258182365722cca64f4db56ca24.tar.xz nixos-92736adc14582258182365722cca64f4db56ca24.zip |
Merge branch 'master' of git:nixos
-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 | } |