feat(wpcarro/marcus): Enable Tailscale daemon
:) Change-Id: I5b2cd7a25c074a7e76bf97ffadd76c98577527bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/6046 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
cdb4ecf5c0
commit
1cd505e834
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services = wpcarro.common.services // {
|
services = wpcarro.common.services // {
|
||||||
|
# Enable the Tailscale daemon to connect to work and personal Tailnet.
|
||||||
|
tailscale.enable = true;
|
||||||
|
|
||||||
tzupdate.enable = true;
|
tzupdate.enable = true;
|
||||||
|
|
||||||
depot.auto-deploy = {
|
depot.auto-deploy = {
|
||||||
|
|
Loading…
Reference in a new issue