mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-04 18:19:40 +01:00
Merge pull request #59 from yorickvP/patch-1
common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
commit
cfee9e13a5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
kernelParams = [
|
boot.kernelParams = [
|
||||||
"i915.enable_fbc=1"
|
"i915.enable_fbc=1"
|
||||||
"i915.enable_psr=2"
|
"i915.enable_psr=2"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue