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

9 lines
104 B
Nix
Raw Normal View History

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