1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01:00
nixos-hardware/common/gpu/intel/sandy-bridge/default.nix

8 lines
174 B
Nix
Raw Normal View History

{
imports = [ ../. ];
# Enables RC6, RC6p and RC6pp.
# Last two are only available on Sandy Bridge CPUs (circa 2011).
2024-10-18 21:38:51 +02:00
boot.kernelParams = [ "i915.enable_rc6=7" ];
}