intel-gpu: Enable intel_agp early in boot process
Alan Pearce alan@alanpearce.eu
Mon, 04 Dec 2017 17:13:38 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
M modules/hardware/intel-gpu.nix → modules/hardware/intel-gpu.nix
@@ -7,8 +7,10 @@ boot.earlyVconsoleSetup = true; boot.initrd.kernelModules = [ "i915" + "intel_agp" ]; boot.kernelModules = [ "i915" + "intel_agp" ]; }