Skip to content

Commit

Permalink
Debian does not need enable for tailscale daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 12, 2025
1 parent 3b58012 commit 6e72a7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tailscale-ssh-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
- name: Tailscale setup (root)
run: |
sleep 1
podman exec dotfiles systemctl enable --now tailscaled
until podman exec dotfiles tailscale up --auth-key ${TAILSCALE_AUTHKEY} --ssh
do
sleep 0.1
done
podman exec dotfiles chmod 640 /etc/shadow
env:
TAILSCALE_AUTHKEY: ${{ secrets.TAILSCALE_AUTHKEY}}
- name: Hang around
Expand Down

0 comments on commit 6e72a7f

Please sign in to comment.