1
1
Fork 1
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:
oddlama 2023-05-09 01:32:20 +02:00
parent e2ba02234a
commit 8cb904c44c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 98 additions and 23 deletions

View file

@ -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";
#};
};
};