mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 07:23:56 -05:00
lenovo/legion/go: disable legion module due to build failure
This commit is contained in:
parent
a284a351d7
commit
1610360996
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
self,
|
self,
|
||||||
|
@ -14,7 +13,7 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = ["nvme" "sdhci_pci" "thunderbolt" "usb_storage" "usbhid" "xhci_pci"];
|
initrd.availableKernelModules = ["nvme" "sdhci_pci" "thunderbolt" "usb_storage" "usbhid" "xhci_pci"];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [lenovo-legion-module];
|
# extraModulePackages = with config.boot.kernelPackages; [lenovo-legion-module];
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue