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"
];
}