[Hardware/Intel] Cleanup intel iGPU specific options littered all over the place

This commit is contained in:
Antoine Viallon 2022-10-12 18:46:27 +02:00
parent f408f27dbc
commit 3dc72fae02
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 33 additions and 14 deletions

View file

@ -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";