feature(wifi): enable more firmware to support my wifi chip

This commit is contained in:
2026-03-20 18:17:43 +01:00
parent a7c5cbad41
commit 2fb937b19f

View File

@@ -8,6 +8,10 @@
networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ];
# enable wifi
hardware.enableAllFirmware = true;
networking.wireless.enable = true;
# enable bluetooth
hardware.bluetooth.enable = true;