mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 09:23:55 -05:00
pacifidlog: add legion module
This commit is contained in:
parent
5c8a33a061
commit
115ba43fda
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue