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
|
|
@ -91,9 +91,6 @@ in
|
|||
|
||||
aviallon.boot.cmdline = mkIf cfg.unsafeOptimizations {
|
||||
mitigations = "off";
|
||||
"i915.mitigations" = "off";
|
||||
"i915.enable_dc" = 4;
|
||||
"i915.fastboot" = 1;
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = mkDefault "schedutil";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue