mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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;
|
saeAddToMacAllow = true;
|
||||||
enableRecommendedPairwiseCiphers = true;
|
enableRecommendedPairwiseCiphers = true;
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
|
||||||
bssid=00:c0:ca:b1:4f:9e
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
networks.testtest = {
|
|
||||||
ssid = "Open";
|
|
||||||
authentication.mode = "none";
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bssid=00:c0:ca:b1:4f:9f
|
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