diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 23:21:01 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 23:21:01 +0200 |
commit | 473a73e822ca1d09d4d7412470666c0135d34c9f (patch) | |
tree | 7bdc0902bf1cbca9c735d7024a939d57458024d5 | |
parent | b73dd5b6b06db577e34e83cc72b06216efa0053f (diff) | |
download | nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.gz nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.bz2 nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.xz nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.zip |
Revert "i915 poke"
This reverts commit b73dd5b6b06db577e34e83cc72b06216efa0053f.
-rw-r--r-- | hel/boot.nix | 2 |
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 | } |