feat(zackbiene): add more IoT devices

This commit is contained in:
oddlama 2023-04-08 17:16:24 +02:00
parent c01ee0f409
commit 9c3142aa71
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 7 additions and 7 deletions

View file

@ -27,17 +27,17 @@
saeAddToMacAllow = true;
enableRecommendedPairwiseCiphers = true;
};
extraConfig = ''
bssid=00:c0:ca:b1:4f:9e
'';
};
networks.testtest = {
ssid = "Open";
authentication.mode = "none";
extraConfig = ''
bssid=00:c0:ca:b1:4f:9f
'';
};
#networks.wlan1-2 = {
# inherit (nodeSecrets.hostapd) ssid;
# authentication.mode = "none";
# extraConfig = ''
# bssid=02:c0:ca:b1:4f:9f
# '';
#};
};
};
}