aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm/starnix/starnix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go
index 321dad489..ad4961bf6 100644
--- a/vm/starnix/starnix.go
+++ b/vm/starnix/starnix.go
@@ -182,7 +182,7 @@ func (inst *instance) Close() {
}
func (inst *instance) startFuchsiaVM() error {
- err := inst.ffx("emu", "start", "--headless", "--name", inst.name)
+ err := inst.ffx("emu", "start", "--headless", "--name", inst.name, "--net", "user")
if err != nil {
return err
}