temp fix for yoga wifi
This commit is contained in:
parent
3fe65ceee8
commit
4e20d59873
1 changed files with 3 additions and 1 deletions
|
@ -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 = [ ];
|
||||
|
|
Loading…
Reference in a new issue