Add tailscale

This commit is contained in:
Tobias Strobel 2023-01-20 20:57:54 +01:00
parent 00223e89e8
commit 90ce858a1c

View file

@ -195,6 +195,7 @@ packages=(
yubikey-touch-detector yubikey-touch-detector
nextcloud-client nextcloud-client
element-desktop # Matrix client element-desktop # Matrix client
tailscale
) )
optdeps=( optdeps=(
@ -263,6 +264,7 @@ services=(
cups.service # Printing cups.service # Printing
bluetooth.service # Bluetooth bluetooth.service # Bluetooth
pcscd.socket # Smartcards, mostly eID pcscd.socket # Smartcards, mostly eID
tailscaled.service
) )
if [[ -n "${SUDO_USER:-}" ]]; then if [[ -n "${SUDO_USER:-}" ]]; then