summaryrefslogtreecommitdiff
path: root/hel/boot.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 23:21:01 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-26 23:21:01 +0200
commit473a73e822ca1d09d4d7412470666c0135d34c9f (patch)
tree7bdc0902bf1cbca9c735d7024a939d57458024d5 /hel/boot.nix
parentb73dd5b6b06db577e34e83cc72b06216efa0053f (diff)
downloadnixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar
nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.gz
nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.bz2
nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.tar.xz
nixos-473a73e822ca1d09d4d7412470666c0135d34c9f.zip
Revert "i915 poke"
This reverts commit b73dd5b6b06db577e34e83cc72b06216efa0053f.
Diffstat (limited to 'hel/boot.nix')
-rw-r--r--hel/boot.nix2
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}