From 64171f58490fc5fbc718236ceda5b53d103eb0a2 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 2 Jun 2023 23:53:02 +0200 Subject: improve console setup on boot --- neko/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neko') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index de7c08f..8678efa 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 = [ ]; -- cgit v1.2.3