We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c401350 commit 3c5e126Copy full SHA for 3c5e126
dell/xps/13-9343/default.nix
@@ -14,7 +14,7 @@
14
15
boot = {
16
# needs to be explicitly loaded or else bluetooth/wifi won't work
17
- kernelModules = [ "wl" ];
+ kernelModules = [ "kvm-intel" "wl" ];
18
extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
19
};
20
}
0 commit comments