From 1d343efc0d22529db0adb36dd410ffab95ced4f8 Mon Sep 17 00:00:00 2001 From: dracoling Date: Wed, 1 May 2024 15:42:23 +0000 Subject: [PATCH] fix: tailscale command incorrect --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 0cc9455..b1d8517 100644 --- a/todo.md +++ b/todo.md @@ -8,6 +8,6 @@ Could probably read through the tide variable set to figure this out, just haven ## tailscale setup Need to connect new devices to the coordinator in order to access the tailscale network. -```sudo tailscale up https://headscale.hive.smrsh.net``` +```sudo tailscale up --login-server=https://headscale.hive.smrsh.net```