summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-01 19:22:13 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-01 19:22:13 +0200
commitf9639193ed25162731a9a04efb765c9c232e84f0 (patch)
treea733cba5708f26b7a4755a0eb74f851e362ab2bb /neko
parent58b5042490ab30ab082842833dfdd1fe4d021994 (diff)
enable arc graphics
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index a6c9b84..de7c08f 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -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";