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.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/hardware/intel-gpu.nix b/modules/hardware/intel-gpu.nix
index 6e0c207..fc6b6fa 100644
--- a/modules/hardware/intel-gpu.nix
+++ b/modules/hardware/intel-gpu.nix
@@ -11,10 +11,5 @@
   boot.earlyVconsoleSetup = true;
   boot.initrd.kernelModules = [
     "i915"
-    "intel_agp"
-  ];
-  boot.kernelModules = pkgs.lib.mkBefore [
-    "i915"
-    "intel_agp"
   ];
 }