use environment

This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:23:27 +03:00
parent 88d424e8f1
commit 1473b3dfe9

View file

@ -31,7 +31,7 @@ jobs:
- name: Install and start Tailscale
run: |
# Start tailscaled daemon in background using nix shell
sudo /nix/var/nix/profiles/default/bin/nix shell nixpkgs#tailscale --command tailscaled --state=mem: &
sudo -E nix shell nixpkgs#tailscale --command tailscaled --state=mem: &
# Wait for daemon to be ready
sleep 10