[connection] id={{ network_wifi_ssid }} uuid={{ network_wifi_ssid | to_uuid }} type=wifi autoconnect=true [wifi] mode=infrastructure ssid={{ network_wifi_ssid }} [wifi-security] auth-alg=open key-mgmt=wpa-psk psk={{ network_wifi_pass }} [ipv4] {% if network_ipv4_address is defined %} method=manual addresses={{ network_ipv4_address }} gateway={{ network_ipv4_gateway }} {% if network_ipv4_dns is defined %} dns={{ network_ipv4_dns }} {% endif %} {% else %} method=auto {% endif %} [ipv6] addr-gen-mode=default {% if network_ipv6_disabled %} method=disabled {% elif network_ipv6_gateway is defined %} method=auto routes=::/0,{{ network_ipv6_gateway }},100 {% else %} method=auto {% endif %} [proxy]