Machines/WinMax2: remove unneeded workaround

This commit is contained in:
Toast 2024-07-02 14:34:28 +02:00
parent 1318dbba65
commit 8b43439238

View file

@ -36,11 +36,6 @@
networking.hostName = "WinMax2"; # Define your hostname.
specialisation.noAVX512.configuration = {
# For some reason The Finals crashes on CPUs that support AVX512
boot.kernelParams = ["clearcpuid=304"];
};
# Direct scanout has some issues with my egpu so I just disable it
environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1;