mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
5 lines
135 B
Nix
5 lines
135 B
Nix
|
{
|
||
|
imports = [ ../../surface/surface-pro-intel ];
|
||
|
|
||
|
boot.kernelParams = [ "i915.enable_psr=0" ]; # Disable Intel Panel Self Refresh
|
||
|
}
|