feat(eduroam): Add eduroam config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -35,3 +35,5 @@ nvim/lazy-lock.json
|
|||||||
|
|
||||||
!unison
|
!unison
|
||||||
!unison/**/*.prf
|
!unison/**/*.prf
|
||||||
|
|
||||||
|
!eduroam.example
|
||||||
|
|||||||
8
eduroam.example
Normal file
8
eduroam.example
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
network={
|
||||||
|
ssid="eduroam"
|
||||||
|
key_mgmt=WPA-EAP
|
||||||
|
eap=PEAP
|
||||||
|
identity="student@school.com"
|
||||||
|
phase2=""
|
||||||
|
password=""
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user