Hi I am trying to make a rescue ISO based on EndeavourOS which includes tailscale and nomachine so I an help family remotely. I am able to create the disk and it works flawlessly, But here is my use case. Now that I have this I want to be able to remotly rebuild my mothers computer. I can easily add tailscale and nomachine. The issue is getting tailscale to join my network. I created a systemd file file that I copied to /etc/systemd/system and enabled it, but when I reboot the remote computer it’s not added to my network. If anyone has advice it would be super helpful. Right now I am testing everything in a VM.
Here is the service file:
[Unit]
Description=Init Tailscale, disable and remove when done
Wants=tailscaled
After=tailscaled
[Service]
ExecStart=/usr/bin/tailscale up --authkey <insert key>
[Install]
WantedBy=multi-user.target