summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-09 18:28:17 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-09 18:28:17 +0200
commit5b51acfa7925c3f8797d3ad67146bf244c28d2cf (patch)
tree6ce9156bbe21cc1dcb77cb37087899e1e1dadabc /neko
parenta9eecc6d9ae5c8dac9c0ab6d0e6bc21c4e1eb867 (diff)
preload i915
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index 27a1a93..6ae6a4f 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
- boot.initrd.kernelModules = [ ];
+ boot.initrd.kernelModules = [ "i915" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];