1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-24 17:55:00 +01:00
nixos-hardware/common/cpu/intel/kaby-lake/default.nix

9 lines
104 B
Nix
Raw Normal View History

2018-05-15 19:54:18 +03:00
{
imports = [ ../. ];
boot.kernelParams = [
2018-05-15 19:54:18 +03:00
"i915.enable_fbc=1"
"i915.enable_psr=2"
];
}