1
0
Fork 0
mirror of https://github.com/Luzifer/flashpi.git synced 2024-12-20 10:01:16 +00:00
flashpi/interfaces.txt

13 lines
183 B
Text
Raw Normal View History

auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "my-wifi"
wpa-psk "topsecretpassword"
iface default inet dhcp