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

@@ -150,12 +150,15 @@
<ipv4 auto="true"/>
</addresses>
<routes>
<ipv6 defaultGateway="true" auto="true"/>
<ipv6 auto="true"/>
</routes>
<encryption>
<type>wpa2</type>
<mode>personal</mode>
<creds type="psk">ABadWiFiPassword</creds>
<creds>
<psk isKey="false">ABadWiFiPassword</psk>
<!-- Or the key itself. See the manual for ways to generate this. -->
<!-- <psk isKey="true">ca8981cbe55374c7408af0174604588111b4611832969f87fc5604fe4c36365c</psk> -->
</creds>
</encryption>
</wireless>
</network>