fix diablo 4 hang with intel arc on character select

This commit is contained in:
Christoph Cullmann 2023-06-07 20:18:50 +02:00
parent 36312cb056
commit 77ec71e682

View file

@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
# Intel ARC
boot.kernelParams = [ "i915.force_probe=56a0" ];
boot.kernelParams = [ "i915.force_probe=56a0" "i915.enable_guc=1" ];
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9CF2-12FF";