mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
common/gpu/intel: reformat
This commit is contained in:
@@ -3,7 +3,5 @@
|
||||
|
||||
# Enables RC6, RC6p and RC6pp.
|
||||
# Last two are only available on Sandy Bridge CPUs (circa 2011).
|
||||
boot.kernelParams = [
|
||||
"i915.enable_rc6=7"
|
||||
];
|
||||
boot.kernelParams = [ "i915.enable_rc6=7" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user