about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-25 11:43:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-25 11:43:52 +0200
commit9ef3c2471e64069c4fe544bd6238ee94e47fa433 (patch)
tree78d16b78a8dfafeed84f572e9e9958f2fbcfbfa4 /hosts
parentAdd screen locker (diff)
downloadnixos-config-9ef3c2471e64069c4fe544bd6238ee94e47fa433.tar.gz
nixos-config-9ef3c2471e64069c4fe544bd6238ee94e47fa433.tar.bz2
nixos-config-9ef3c2471e64069c4fe544bd6238ee94e47fa433.zip
Luna: Enable early KMS
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index 386f547..ebb8f54 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -8,7 +8,7 @@ in
   boot = {
     initrd = {
       availableKernelModules = [ "xhci_pci" "usb_storage" "sd_mod" "sdhci_acpi" "aesni_intel" "cryptd" ];
-      kernelModules = [ ];
+      kernelModules = [ "i915" ];
     };
     kernelModules = [ "kvm_intel" ];
     extraModulePackages = [ ];