all repos — nixfiles @ 7e6f5a6d6f329c890a4259b03dbeded189580003

System and user configuration, managed by nix and home-manager

Optimise Intel GPU setup

Alan Pearce
commit

7e6f5a6d6f329c890a4259b03dbeded189580003

parent

6fe33dc41c20bf0838eb0e40ed3a3d17ba58d44c

1 file changed, 0 insertions(+), 5 deletions(-)

changed files
M modules/hardware/intel-gpu.nixmodules/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" ]; }