Headscale: fix headscale URL
Change-Id: Ie714cea8ec9c4091f0ba806e8dcba7b191df9a66
diff --git a/core/installer/values-tmpl/headscale.cue b/core/installer/values-tmpl/headscale.cue
index 28915d2..e0b8703 100644
--- a/core/installer/values-tmpl/headscale.cue
+++ b/core/installer/values-tmpl/headscale.cue
@@ -112,10 +112,10 @@
contents: "After installing the client application you need to configure it to use https://\(_domain) as a login URL, so you can login to the VPN network with your dodo: account"
children: [{
title: "macOS"
- contents: "[https://headscale.v1.dodo.cloud/apple](https://headscale.v1.dodo.cloud/apple)"
+ contents: "[https://headscale.\(global.domain)/apple](https://headscale.\(global.domain)/apple)"
}, {
title: "iOS"
- contents: "[https://headscale.v1.dodo.cloud/apple](https://headscale.v1.dodo.cloud/apple)"
+ contents: "[https://headscale.\(global.domain)/apple](https://headscale.\(global.domain)/apple)"
}, {
title: "Windows"
contents: "[https://tailscale.com/kb/1318/windows-mdm](https://tailscale.com/kb/1318/windows-mdm)"