temp fix for yoga wifi

This commit is contained in:
Cyryl Płotnicki 2023-01-05 23:20:41 +00:00
parent 3fe65ceee8
commit 4e20d59873

View file

@ -5,7 +5,9 @@
modulesPath,
...
}: {
imports = [];
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];