1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: reenable sae mac on zackbiene

This commit is contained in:
oddlama 2024-01-15 21:48:49 +01:00
parent a4dbffe80b
commit 8446b8fa13
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -17,8 +17,7 @@
apIsolate = true; apIsolate = true;
authentication = { authentication = {
saePasswordsFile = config.age.secrets.wifi-clients.path; saePasswordsFile = config.age.secrets.wifi-clients.path;
# TODO reenable when nixpkgs#245413 is merged saeAddToMacAllow = true;
# saeAddToMacAllow = true;
enableRecommendedPairwiseCiphers = true; enableRecommendedPairwiseCiphers = true;
}; };
bssid = "00:c0:ca:b1:4f:9f"; bssid = "00:c0:ca:b1:4f:9f";