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 2fb7036 commit d4770fcCopy full SHA for d4770fc
hosts/golem/configuration/hardware-configuration.nix
@@ -10,8 +10,10 @@
10
11
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" ];
12
boot.initrd.kernelModules = [ ];
13
- boot.kernelModules = [ "wl" ];
14
- boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
+
+ # NOTE: wifi disabled due to insecure driver (CVE-2019-9501, CVE-2019-9502)
15
+ # boot.kernelModules = [ "wl" ];
16
+ # boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
17
18
fileSystems."/" =
19
{ device = "/dev/disk/by-uuid/2c94d7ca-95ae-4077-be8b-04111207ca6b";
0 commit comments