diff options
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/intel-gpu.nix | 5 |
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" ]; } |