mkalpiimg/setup/network.toml

9 lines
188 B
TOML
Raw Normal View History

2023-04-05 12:06:56 +00:00
# enable connecting the raspberry pi into your tailscale network
tailscale = true
# add a wifi network
[[wifi]]
ssid = "eduroam"
security = "WPA-PSK"
password = "yoursupersecretpassword"