Add rtl88x2bu WiFi driver
This commit is contained in:
parent
423acccb9a
commit
6398a1339e
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" "apple-mfi-fastcharge" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.extraModulePackages = [
|
||||
(with config.boot.kernelPackages; rtl88x2bu)
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/42065c7e-d0aa-4de8-a913-014cf59d48ac";
|
||||
|
|
Loading…
Reference in a new issue