diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index 30edac5cb..f705fb524 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -423,8 +423,8 @@ func runUp(ctx context.Context, args []string) error { } } else { opts := ipn.Options{ - StateKey: ipn.GlobalDaemonStateKey, - AuthKey: upArgs.authKey, + StateKey: ipn.GlobalDaemonStateKey, + AuthKey: upArgs.authKey, UpdatePrefs: prefs, } // On Windows, we still run in mostly the "legacy" way that