forked from mirrors_public/oddlama_nix-config
feat(zackbiene): add more IoT devices
This commit is contained in:
parent
c01ee0f409
commit
9c3142aa71
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
# '';
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue