Geoff 02/15/2026 09:34 PMHaving trouble disabling jag wifi also. Using v2.0.0-alpha.189. -D jag.disabled is now depreciated so I am back to -D jag.wifi=false -D jag.timeout=1m when installing container.
OUTPUT:
[jaguar] INFO: container 'flowi' installed and started with {jag.wifi: false, jag.timeout: 60}
INFO: PROV: Starting worker...
[wifi] DEBUG: connecting
[wifi] DEBUG: connected
[wifi] INFO: network address dynamically assigned through dhcp {ip: 192.168.0.133}
etc.
My program has no trouble connecting immediately, so wifi obviously not disabled, and after 1 minute my container is unceremoniously stopped as jag restarts its network (which I think was already running).
So what does -D jag.wifi=false actually do?
Thank you.