1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00

Merge pull request #59 from yorickvP/patch-1

common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
Yegor Timoshenko 2018-05-23 18:46:27 +03:00 committed by GitHub
commit cfee9e13a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
imports = [ ../. ];
kernelParams = [
boot.kernelParams = [
"i915.enable_fbc=1"
"i915.enable_psr=2"
];