From b1d4e2565f3272e76175e57e0285ebf7d2fdfe7f Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 8 Jun 2026 13:10:33 -0600 Subject: [PATCH] enable tailscaled daemon --- install.sh | 8 ++++++++ packages.conf | 1 + 2 files changed, 9 insertions(+) diff --git a/install.sh b/install.sh index 8446b9a..0621d15 100755 --- a/install.sh +++ b/install.sh @@ -165,6 +165,14 @@ newgrp docker sudo systemctl enable docker.service sudo systemctl start docker.service +# Enable and start Tailscale daemon +if ! systemctl is-enabled tailscaled &> /dev/null; then + sudo systemctl enable tailscaled +fi +if ! systemctl is-active tailscaled &> /dev/null; then + sudo systemctl start tailscaled +fi + # Apply GNOME dconf settings only if the settings file has changed since last run # (tracked via an MD5 checksum to avoid redundant writes) SRC="$HOME/.local/share/coredesktop/gnome/gnome-settings.dconf" diff --git a/packages.conf b/packages.conf index c3a46ed..0a3a714 100644 --- a/packages.conf +++ b/packages.conf @@ -40,6 +40,7 @@ SYSTEM_UTILS=( openssh ripgrep screen + sniffnet socat stow tailscale