make wireless properly secret

This commit is contained in:
Infinidoge 2024-12-07 18:31:08 -05:00
parent 75008ffe53
commit 0bfe548c97
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 3 additions and 2 deletions

View file

@ -18,14 +18,15 @@
# Add wifi credentials
networking.wireless = {
enable = true;
secretsFile = ./wireless.key;
networks."PAL3.0".auth = ''
eap=PEAP
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
proto=RSN
identity="USERNAME@purdue.edu"
password="PASSWORD"
identity=ext:identity
password=ext:password
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
'';

BIN
wireless.key Normal file

Binary file not shown.