From f9639193ed25162731a9a04efb765c9c232e84f0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 1 Jun 2023 19:22:13 +0200 Subject: enable arc graphics --- neko/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'neko/hardware-configuration.nix') 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"; -- cgit v1.2.3