pacifidlog: add legion module

This commit is contained in:
Aly Raffauf 2024-10-13 15:51:19 -04:00
parent 5c8a33a061
commit 115ba43fda

View file

@ -1,6 +1,7 @@
{
pkgs,
config,
lib,
pkgs,
self,
...
}: {
@ -13,7 +14,7 @@
boot = {
initrd.availableKernelModules = ["nvme" "sdhci_pci" "thunderbolt" "usb_storage" "usbhid" "xhci_pci"];
extraModulePackages = with config.boot.kernelPackages; [lenovo-legion-module];
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
};