enable arc graphics
This commit is contained in:
parent
58b5042490
commit
f9639193ed
|
@ -13,6 +13,9 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
# Intel ARC
|
||||
boot.kernelParams = [ "i915.force_probe=56a0" ];
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/9CF2-12FF";
|
||||
fsType = "vfat";
|
||||
|
|
Loading…
Reference in a new issue