mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
falkenstein-1 -> falkenstein
This commit is contained in:
parent
41d348b037
commit
bad96e4197
19 changed files with 41 additions and 33 deletions
|
@ -47,6 +47,11 @@
|
|||
psk = "@DORM_PSK@";
|
||||
authProtocols = [ "SAE" ];
|
||||
};
|
||||
"@DORM5_SSID@" = {
|
||||
priority = 5;
|
||||
psk = "@DORM_PSK@";
|
||||
authProtocols = [ "SAE" ];
|
||||
};
|
||||
"@PIXEL_SSID@" = {
|
||||
psk = "@PIXEL_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
authProtocols = [ "WPA-EAP" ];
|
||||
};
|
||||
agdsn-office = {
|
||||
priority = 5;
|
||||
auth = ''
|
||||
eap=TTLS
|
||||
anonymous_identity="wifi@agdsn.de"
|
||||
ca_cert="/etc/ssl/certs/ca-certificates.crt"
|
||||
domain_suffix_match="radius.agdsn.de"
|
||||
identity="r5"
|
||||
priority=5
|
||||
proto=WPA2
|
||||
password="@AGDSN_AUTH@"
|
||||
phase2="auth=PAP"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue