summaryrefslogtreecommitdiff
path: root/neko/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'neko/hardware-configuration.nix')
-rw-r--r--neko/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index 8678efa..99d8b67 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
# Intel ARC
- boot.kernelParams = [ "i915.force_probe=56a0" ];
+ boot.kernelParams = [ "i915.force_probe=56a0" "i915.enable_guc=1" ];
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9CF2-12FF";