Skip to content

Instantly share code, notes, and snippets.

@k3karthic
Created March 8, 2026 10:14
Show Gist options
  • Select an option

  • Save k3karthic/063a02ba017e0b12babd1a29324bbfe8 to your computer and use it in GitHub Desktop.

Select an option

Save k3karthic/063a02ba017e0b12babd1a29324bbfe8 to your computer and use it in GitHub Desktop.
Tailscale - Fedora Silverblue

1. Add the Repository Manually

curl -fsSL https://pkgs.tailscale.com/stable/fedora/tailscale.repo | sudo tee /etc/yum.repos.d/tailscale.repo

2. Install Tailscale with rpm-ostree

sudo rpm-ostree install tailscale

3. Enable and Start the Service

Once the system has the package (and you've rebooted if you chose Option A), enable the daemon:

sudo systemctl enable --now tailscaled
sudo tailscale up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment