enable arc graphics

This commit is contained in:
Christoph Cullmann 2023-06-01 19:22:13 +02:00
parent 58b5042490
commit f9639193ed

View file

@ -13,6 +13,9 @@
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
# Intel ARC
boot.kernelParams = [ "i915.force_probe=56a0" ];
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9CF2-12FF"; { device = "/dev/disk/by-uuid/9CF2-12FF";
fsType = "vfat"; fsType = "vfat";