make wireless properly secret
This commit is contained in:
parent
75008ffe53
commit
3fedc52c58
2 changed files with 2 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -24,8 +24,8 @@
|
||||||
pairwise=CCMP
|
pairwise=CCMP
|
||||||
auth_alg=OPEN
|
auth_alg=OPEN
|
||||||
proto=RSN
|
proto=RSN
|
||||||
identity="USERNAME@purdue.edu"
|
identity=ext:identity
|
||||||
password="PASSWORD"
|
password=ext:password
|
||||||
phase1="peaplabel=0"
|
phase1="peaplabel=0"
|
||||||
phase2="auth=MSCHAPV2"
|
phase2="auth=MSCHAPV2"
|
||||||
'';
|
'';
|
||||||
|
|
BIN
wireless.key
Normal file
BIN
wireless.key
Normal file
Binary file not shown.
Loading…
Reference in a new issue