intel-gpu: Enable intel_agp early in boot process
1 file 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" ]; }