Add a template for WPA2-TTLS, which is notably used by Eduroam. --- a/encryption/templates/active +++ b/encryption/templates/active @@ -4,6 +4,7 @@ wpa-psk wpa-psk-hex wpa2-leap wpa2-peap +wpa2-ttls wep-hex wep-passphrase wep-shared diff --git a/encryption/templates/wpa2-ttls b/encryption/templates/wpa2-ttls new file mode 100644 index 0000000..4f66a1e --- /dev/null +++ b/encryption/templates/wpa2-ttls @@ -0,0 +1,20 @@ +name = WPA2-TTLS (used notably by Eduroam) +author = various contributors +version = 1 +require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert +protected password *Password +----- +ctrl_interface=/var/run/wpa_supplicant +network={ + ssid="$_ESSID" + scan_ssid=$_SCAN + proto=WPA2 + key_mgmt=WPA-EAP + group=CCMP TKIP + eap=TTLS + identity="$_IDENTITY" + password="$_PASSWORD" + anonymous_identity="$_ANONYMOUS_IDENTITY" + ca_cert="$_CA_CERT" + phase2="auth=PAP" +} > aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/nfs.scm
to (guix read-print)....
AgeCommit message (Expand)Author
2022-05-03services: pipefs: Correctly handle lack of extensions....Ludovic Courtès
2022-04-29services: Add missing 'description' fields....Ludovic Courtès
2022-03-17Revert "services: nfs: Define rpcbind-shepherd-service at the top level."...Maxim Cournoyer
2022-03-17services: nfs: Define rpcbind-shepherd-service at the top level....Maxim Cournoyer
Ludovic Courtès
2022-07-04style: For 'let' and similar forms, emit one binding per line....Ludovic Courtès
2022-06-22style: Keep values next to their keyword....Ludovic Courtès
2022-04-14style: Correctly read dots in pairs and improper lists....Ludovic Courtès
2022-01-10style: '-S format' canonicalizes comments....Ludovic Courtès
2022-01-10style: Add '--styling' option....Ludovic Courtès
2022-01-10style: Add support for "newline forms"....Ludovic Courtès
2022-01-10style: Allow special forms to be scoped....Ludovic Courtès
2022-01-10style: Improve pretty printer and add tests....Ludovic Courtès
2021-07-11Add 'guix style'....Ludovic Courtès