networking is done (probably)

This commit is contained in:
2019-12-02 22:06:27 -05:00
parent edc78ea18e
commit 7bd704b284
6 changed files with 78 additions and 56 deletions

View File

@@ -0,0 +1,9 @@
# Generated by AIF-NG.
ctrl_interface=/run/wpa_supplicant
update_config=1
network={
{%- for k, v in wpa.items() %}
{{ k }}={{ v }}
{%- endfor %}
}