summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-02 23:53:02 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-02 23:53:02 +0200
commit64171f58490fc5fbc718236ceda5b53d103eb0a2 (patch)
treeb8da590cc51215c4a4e657f4ad41bf0f25696201 /neko
parentf9639193ed25162731a9a04efb765c9c232e84f0 (diff)
improve console setup on boot
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 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 = [ ];