From 57461038bffcaf94825adce120f88e8d27b112e3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 00:10:37 -0600 Subject: feat(archsetup): add wireguard-tools and tailscale - wireguard-tools from pacman (dotfiles have helper functions ready) - tailscale-bin from AUR (prebuilt, fast install) - Enable tailscaled service (run 'tailscale up' to authenticate) --- archsetup | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/archsetup b/archsetup index ace1163..5133337 100755 --- a/archsetup +++ b/archsetup @@ -1321,6 +1321,13 @@ developer_workstation () { pacman_install android-file-transfer pacman_install android-tools + action="VPN Tools" && display "subtitle" "$action" + pacman_install wireguard-tools # VPN - add configs to /etc/wireguard/ + aur_install tailscale-bin # mesh VPN - run 'tailscale up' to authenticate + + action="enabling tailscale service" && display "task" "$action" + systemctl enable tailscaled >> "$logfile" 2>&1 || error "error" "$action" "$?" + action="DevOps Utilities" && display "subtitle" "$action" action="installing devops virtualization and automation tools" && display "task" "$action" -- cgit v1.2.3