From bae4441ca42f4e2a99072cbca076e75147e5ce3f Mon Sep 17 00:00:00 2001 From: pazpi Date: Fri, 6 Sep 2024 08:07:22 +0200 Subject: [PATCH] Abilito tailscale su metrics --- hosts/metrics/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/metrics/default.nix b/hosts/metrics/default.nix index c094e78..87c624b 100644 --- a/hosts/metrics/default.nix +++ b/hosts/metrics/default.nix @@ -20,7 +20,7 @@ utils.commons.enable = true; networking.tailscale = { - enable = false; + enable = true; exitNode = "vps"; authKeyFile = config.age.secrets.tailscale-authKey.path; };