Tailscale
sudo tee /etc/yum.repos.d/tailscale.repo >/dev/null <<'EOF'[tailscale-stable]name=Tailscale stablebaseurl=https://pkgs.tailscale.com/stable/fedora/$basearchenabled=1type=rpmrepo_gpgcheck=1gpgcheck=1gpgkey=https://pkgs.tailscale.com/stable/fedora/repo.gpgEOF
sudo dnf5 install -y tailscalesudo systemctl enable --now tailscaledAuthenticate inside the VM, or pass an auth key for one sync invocation. Do not store long-lived auth keys in DVM config.
Built and maintained by eshlox.