mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: update hostapd module from PR
This commit is contained in:
parent
e2ba02234a
commit
8cb904c44c
5 changed files with 98 additions and 23 deletions
|
@ -27,16 +27,12 @@
|
|||
saeAddToMacAllow = true;
|
||||
enableRecommendedPairwiseCiphers = true;
|
||||
};
|
||||
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
|
||||
# '';
|
||||
# bssid = "02:c0:ca:b1:4f:9f";
|
||||
#};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue