Pi MusicBox on WPA EAP network

I need assistance setting up wifi on a university WPA EAP network. I have been able to configure this through raspbian by editing wpa_supplicant.conf to include

ssid="university secure wireless network"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
auth_alg=OPEN
eap=TTLS
identity="school username"
password="school password"
phase2= “auth=MSCHAPv2”

is there any way to implement these settings in Pi MusicBox?

You can edit /etc/wpa.conf for that. But this file gets overwritten on reboot. To prevent this, edit /opt/musicbox/startup.sh