I’m wondering if it’s possible to modify the config.json
remotely for a fleet of devices for a given app.
In this case, I’d like to modify the the ntpServers
config.
Currently, I’m taking each device’s SD card and using the CLI:
sudo balena config write -t raspberrypi3 ntpServers "time.apple.com time.google.com"
Is there a way to do this remotely?
Cheers,
Will