nixos-hardware/common/cpu/intel/kaby-lake/default.nix

9 lines
104 B
Nix
Raw Normal View History

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