diff --git a/hosts/Alaska/modules/tailscale.nix b/hosts/Alaska/modules/tailscale.nix index f834def..9e2b8ae 100644 --- a/hosts/Alaska/modules/tailscale.nix +++ b/hosts/Alaska/modules/tailscale.nix @@ -3,9 +3,10 @@ { # to add a new headscale "user", run this command # sudo headscale users create elnuhub - # then run this command where headscale_url is the http path + # then run this command where headscale_url is the https path # to the server - # tailscale up --login-server + ## NOTE: Must Include the HTTPS:// + # tailscale up --login-server # then replace USERNAME with the computer's hostname which you created # an "user" account in the first comment