fix: Disable tailscale by default, now can be enabled with ujust enable-tailscale

This commit is contained in:
Kyle Gospodnetich 2024-10-07 23:38:49 -07:00
parent 410f13ba87
commit 97fc18dc93
2 changed files with 5 additions and 1 deletions

View File

@ -741,7 +741,7 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
systemctl enable ublue-update.timer && \
systemctl enable incus-workaround.service && \
systemctl enable bazzite-hardware-setup.service && \
systemctl enable tailscaled.service && \
systemctl disable tailscaled.service && \
systemctl enable dev-hugepages1G.mount && \
systemctl --global enable bazzite-user-setup.service && \
systemctl --global enable podman.socket && \

View File

@ -75,6 +75,10 @@ add-user-to-input-group:
enable-displaylink:
systemctl enable --now displaylink.service
# Enable support for Tailscale
enable-tailscale:
systemctl enable --now tailscaled.service
# Configure watchdog (default: enabled, recovers the system in the event of a malfunction)
configure-watchdog ACTION="":
#!/usr/bin/bash