From c2510418799c54d2c3430d5961035ffee50debc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=84=D1=8B=D1=80=D0=B0=D1=82=20=D1=91=D0=B7=D0=B4=D1=8D?= =?UTF-8?q?=D0=BD?= <31664778+fir4tozden@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:53:37 +0300 Subject: [PATCH] fix: tailscale exitnode authkey env (#669) --- blueprints/tailscale-exitnode/template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/tailscale-exitnode/template.toml b/blueprints/tailscale-exitnode/template.toml index eac3e68e..cc03571f 100644 --- a/blueprints/tailscale-exitnode/template.toml +++ b/blueprints/tailscale-exitnode/template.toml @@ -1,4 +1,4 @@ [config.env] TAILSCALE_HOSTNAME = "" -TAILSCALE_APIKEY = "" \ No newline at end of file +TAILSCALE_AUTHKEY = "" \ No newline at end of file