From c2eb0ec788be59f47fde2150e0f0f558f52f9872 Mon Sep 17 00:00:00 2001 From: pazpi Date: Mon, 29 Sep 2025 18:30:01 +0200 Subject: [PATCH] Tailscale key not necessary --- hosts/colmena/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/colmena/default.nix b/hosts/colmena/default.nix index 9ae5220..9618a4f 100644 --- a/hosts/colmena/default.nix +++ b/hosts/colmena/default.nix @@ -9,15 +9,12 @@ let in { - age.secrets.tailscale-authKey.file = ../../secrets/tailscale-authKey.age; - my = { networking = { tailscale = { enable = true; magicDNSDomain = p.domains.tsDns; - authKeyFile = config.age.secrets.tailscale-authKey.path; }; };