feat(eduroam): Add eduroam config
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -34,4 +34,6 @@ nvim/lazy-lock.json
|
||||
!btop/themes/**/*
|
||||
|
||||
!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