From 7a49fa551c2a86c352d50d4b8592c1224d9c36ce Mon Sep 17 00:00:00 2001 From: Julien Moutinho <julm+julm-nix@sourcephile.fr> Date: Sun, 19 Jan 2025 22:39:08 +0100 Subject: [PATCH] aubergine: wifi: unhide SSID --- hosts/aubergine/networking/wifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aubergine/networking/wifi.nix b/hosts/aubergine/networking/wifi.nix index bbcd836..f7f697a 100644 --- a/hosts/aubergine/networking/wifi.nix +++ b/hosts/aubergine/networking/wifi.nix @@ -71,7 +71,7 @@ with (import ./names-and-numbers.nix.clear); countryCode = "FR"; networks.${wifiIface} = { ssid = hostName; - ignoreBroadcastSsid = "clear"; + #ignoreBroadcastSsid = "clear"; authentication = { # FIXME: use wpa3-sae mode = "wpa2-sha256"; -- 2.47.2