Network - ODEX-TOS/tos-installer-backend GitHub Wiki

The network model defines the options needed to connect to a network

It looks like this

models:
 - network:
    ssid: "your_ssid"
    password: "your_password"

You can only list one single network to connect to. Both ssid and password are required options. If you wish to use this model add network as a build step in the execution array