enable arc graphics
This commit is contained in:
parent
58b5042490
commit
f9639193ed
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue