Support placing the TempDB database on local storage. TempDB on local SSD storage would be preferred because of the huge performance gains over standard storage.
Since TempDb does not persist across restarts and is actually dropped/recreated each time SQL starts up this should really not pose any problem whatsoever.