diff options
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/intel-gpu.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/intel-gpu.nix b/modules/hardware/intel-gpu.nix index b44ddad..cc58001 100644 --- a/modules/hardware/intel-gpu.nix +++ b/modules/hardware/intel-gpu.nix @@ -7,8 +7,10 @@ boot.earlyVconsoleSetup = true; boot.initrd.kernelModules = [ "i915" + "intel_agp" ]; boot.kernelModules = [ "i915" + "intel_agp" ]; } |