Skip to content

Commit d4770fc

Browse files
committed
golem: disable wifi due to insecure driver
1 parent 2fb7036 commit d4770fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hosts/golem/configuration/hardware-configuration.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" ];
1212
boot.initrd.kernelModules = [ ];
13-
boot.kernelModules = [ "wl" ];
14-
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
13+
14+
# 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 ];
1517

1618
fileSystems."/" =
1719
{ device = "/dev/disk/by-uuid/2c94d7ca-95ae-4077-be8b-04111207ca6b";

0 commit comments

Comments
 (0)