mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParams
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
kernelParams = [
|
||||
boot.kernelParams = [
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user