From 8517884c62da84200ed43050128958ba9b8d5831 Mon Sep 17 00:00:00 2001 From: dragon788 Date: Fri, 6 Jun 2025 11:45:28 -0500 Subject: [PATCH] Add notes for if a full is not possible --- docs/tailscale.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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