mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Intel] Cleanup intel iGPU specific options littered all over the place
This commit is contained in:
parent
f408f27dbc
commit
3dc72fae02
3 changed files with 33 additions and 14 deletions
|
|
@ -28,9 +28,6 @@ in {
|
|||
hardware.sensor.iio.enable = mkDefault true;
|
||||
|
||||
aviallon.boot.cmdline = {
|
||||
"i915.enable_fbc" = 1;
|
||||
"i915.enable_gvt" = 1;
|
||||
|
||||
# Less power consumption vs some performance loss
|
||||
"workqueue.power_efficient" = "";
|
||||
nohz = "on";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue