mkalpiimg/setup/network.toml
2023-04-05 14:06:56 +02:00

8 lines
188 B
TOML

# enable connecting the raspberry pi into your tailscale network
tailscale = true
# add a wifi network
[[wifi]]
ssid = "eduroam"
security = "WPA-PSK"
password = "yoursupersecretpassword"