1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams

This commit is contained in:
Yorick 2018-05-23 14:47:58 +02:00 committed by GitHub
parent 6ba1e22e3f
commit dd576672e7
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"
];