feat(eduroam): Add eduroam config

This commit is contained in:
2025-09-18 11:50:08 +02:00
parent eb363d3f50
commit 20c55b7949
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View File

@@ -34,4 +34,6 @@ nvim/lazy-lock.json
!btop/themes/**/*
!unison
!unison/**/*.prf
!unison/**/*.prf
!eduroam.example

8
eduroam.example Normal file
View File

@@ -0,0 +1,8 @@
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=PEAP
identity="student@school.com"
phase2=""
password=""
}