From 8ce240c332ca3c853e325a0c07e1d7de4ede5174 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 23 Sep 2025 20:25:45 +0200 Subject: [PATCH] tailscale: Try to re-up when the tailscale auth-key changes --- modules/system/services/tailscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/services/tailscale.nix b/modules/system/services/tailscale.nix index f4d57d0..6153b21 100644 --- a/modules/system/services/tailscale.nix +++ b/modules/system/services/tailscale.nix @@ -18,7 +18,7 @@ in config.services.tailscale.port ]; - sops.secrets."tailscale/auth-key".restartUnits = [ "tailscaled.service" ]; + sops.secrets."tailscale/auth-key".restartUnits = [ "tailscaled-autoconnect.service" ]; services.tailscale = { enable = true;