Add rtl88x2bu WiFi driver

This commit is contained in:
Erwin Boskma 2022-06-24 08:44:47 +02:00
parent 423acccb9a
commit 6398a1339e
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -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";