diff --git a/docs/tailscale.md b/docs/tailscale.md index f510dc8b..c25cd003 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -15,25 +15,26 @@ For detailed instructions, refer to [Tailscale support](https://tailscale.com/co {!_update_os.md!} -2. Install the Tailscale client, run `tailscaled` service and register it in the network: +3. Install the Tailscale client, run `tailscaled` service and register it in the network: ```console [root@pikvm ~]# rw + # If you were afraid to pikvm-update above first run pacman -Syy [root@pikvm ~]# pacman -S tailscale-pikvm [root@pikvm ~]# systemctl enable --now tailscaled [root@pikvm ~]# tailscale up ``` -3. Follow the link to authorize this installation. +4. Follow the link to authorize this installation. You likely want to [disable key expiry](https://tailscale.com/kb/1028/key-expiry/)! -4. After authorization success, reboot to make sure that everything works correctly: +5. After authorization success, reboot to make sure that everything works correctly: ```console [root@pikvm ~]# reboot ``` -5. Now, you can view the IP address of the Tailscale network interface: +6. Now, you can view the IP address of the Tailscale network interface: ```console [root@pikvm ~]# ip addr show tailscale0