aif-ng/aif/network/wpa_supplicant.conf.j2

10 lines
149 B
Plaintext
Raw Permalink Normal View History

2019-12-02 22:06:27 -05:00
# Generated by AIF-NG.
ctrl_interface=/run/wpa_supplicant
update_config=1
network={
{%- for k, v in wpa.items() %}
{{ k }}={{ v }}
{%- endfor %}
}