1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-08 20:33:27 +02:00
nixos-hardware/common/cpu/intel/kaby-lake/default.nix

9 lines
104 B
Nix
Raw Normal View History

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