julm: pumpkin: Xmodmap: use Control_R as alternative modMask
[julm/julm-nix.git] / hosts / aubergine / networking / wifi.nix
index ec7fbb456d21e44285698c7d082e39cd497329b0..f7f697a7e7efbcafe5beeb9e2f16a79dabd08487 100644 (file)
@@ -71,10 +71,11 @@ with (import ./names-and-numbers.nix.clear);
         countryCode = "FR";
         networks.${wifiIface} = {
           ssid = hostName;
-          ignoreBroadcastSsid = "empty";
+          #ignoreBroadcastSsid = "clear";
           authentication = {
             # FIXME: use wpa3-sae
             mode = "wpa2-sha256";
+            #mode = "none";
             # FIXME: use wpaPasswordFile or saePasswordsFile
             wpaPassword = wpaPassphrase;
           };