Add kvm-intel kernel module for XPS13

This commit is contained in:
Peter Bittner 2025-05-05 23:54:38 +02:00 committed by mergify[bot]
parent c40135076d
commit 3c5e126732

View file

@ -14,7 +14,7 @@
boot = {
# needs to be explicitly loaded or else bluetooth/wifi won't work
kernelModules = [ "wl" ];
kernelModules = [ "kvm-intel" "wl" ];
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
};
}