summary refs log tree commit diff stats
path: root/modules/hardware/intel-gpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/intel-gpu.nix')
-rw-r--r--modules/hardware/intel-gpu.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/intel-gpu.nix b/modules/hardware/intel-gpu.nix
index b44ddad..cc58001 100644
--- a/modules/hardware/intel-gpu.nix
+++ b/modules/hardware/intel-gpu.nix
@@ -7,8 +7,10 @@
   boot.earlyVconsoleSetup = true;
   boot.initrd.kernelModules = [
     "i915"
+    "intel_agp"
   ];
   boot.kernelModules = [
     "i915"
+    "intel_agp"
   ];
 }