removed tailscale from autostart
All checks were successful
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Successful in 12s
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Successful in 5s
Build and Push Alpine Container / merge-images-via-manifest (push) Successful in 2s

This commit is contained in:
Xaver Russ 2025-09-29 11:03:33 +02:00
parent 34fed6b572
commit 1224137bc0

View file

@ -31,7 +31,7 @@ RUN sed -i 's/^#rc_sys=""/rc_sys="lxc"/' /etc/rc.conf
RUN mkdir -p /run/openrc RUN mkdir -p /run/openrc
RUN touch /run/openrc/softlevel RUN touch /run/openrc/softlevel
RUN rc-update add sshd default RUN rc-update add sshd default
RUN rc-update add tailscale default # RUN rc-update add tailscale default
RUN rc-update add incus-agent default RUN rc-update add incus-agent default
RUN ssh-keygen -A RUN ssh-keygen -A