make wireless properly secret
This commit is contained in:
parent
75008ffe53
commit
0bfe548c97
2 changed files with 3 additions and 2 deletions
5
base.nix
5
base.nix
|
@ -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
BIN
wireless.key
Normal file
Binary file not shown.
Loading…
Reference in a new issue