Add applesmc module to hypnos

This commit is contained in:
Jordan Holt 2024-01-06 10:22:15 +00:00
parent 5f75a75063
commit 5216645bd5
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -8,7 +8,7 @@
boot = {
initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" "wl" ];
kernelModules = [ "applesmc" "kvm-intel" "wl" ];
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
};