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
2024-10-20 09:44:21 +00:00

7 lines
174 B
Nix

{
imports = [ ../. ];
# Enables RC6, RC6p and RC6pp.
# Last two are only available on Sandy Bridge CPUs (circa 2011).
boot.kernelParams = [ "i915.enable_rc6=7" ];
}