summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYorick <yorick@yorickvanpelt.nl>2018-05-23 14:47:58 +0200
committerGitHub <noreply@github.com>2018-05-23 14:47:58 +0200
commitdd576672e724312e3f5af6d3dc92efa8f73b479f (patch)
tree5ca46e46b265ab9273306e6242ef8de72e23a2dc /common
parent6ba1e22e3fc48634bd6beab7af26de5330f7621f (diff)
common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
Diffstat (limited to 'common')
-rw-r--r--common/cpu/intel/kaby-lake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cpu/intel/kaby-lake/default.nix b/common/cpu/intel/kaby-lake/default.nix
index 2046cd9..e6a2d1c 100644
--- a/common/cpu/intel/kaby-lake/default.nix
+++ b/common/cpu/intel/kaby-lake/default.nix
@@ -1,7 +1,7 @@
{
imports = [ ../. ];
- kernelParams = [
+ boot.kernelParams = [
"i915.enable_fbc=1"
"i915.enable_psr=2"
];