mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
fix: Disable tailscale by default, now can be enabled with ujust enable-tailscale
This commit is contained in:
parent
410f13ba87
commit
97fc18dc93
@ -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 && \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user