mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
Add kvm-intel kernel module for XPS13
This commit is contained in:
committed by
mergify[bot]
parent
c40135076d
commit
3c5e126732
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# needs to be explicitly loaded or else bluetooth/wifi won't work
|
# needs to be explicitly loaded or else bluetooth/wifi won't work
|
||||||
kernelModules = [ "wl" ];
|
kernelModules = [ "kvm-intel" "wl" ];
|
||||||
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user