mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-03 16:29:43 +01:00
common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
parent
6ba1e22e3f
commit
dd576672e7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
kernelParams = [
|
||||
boot.kernelParams = [
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue