imma try it anyway

This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:34:46 +03:00
parent 8901f583b4
commit 3f00007a1f

View file

@ -31,8 +31,8 @@ jobs:
- name: Install and start Tailscale
run: |
# Start tailscaled daemon in background using nix shell
nix profile install nixpkgs#tailscale
tailscaled --state=mem: &
nix profile add nixpkgs#tailscale
sudo tailscaled --state=mem: &
# Wait for daemon to be ready
sleep 10