From 9906785bac048cbce846b23b387597bb92372a65 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 9 Jun 2024 00:21:43 +0200 Subject: cleaning up the tailscale auth key stuff --- nix/hosts/corrino/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nix/hosts/corrino/configuration.nix') diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 902fd4e..0d04712 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -183,11 +183,9 @@ in { # otherwise authenticate with tailscale ${tailscale}/bin/tailscale up \ - --advertise-exit-node --exit-node \ - -authkey tskey-auth-kfswm86CNTRL-QdFyL42rAhJDw7VZ2poVaJgDewQvmUu5K + --advertise-exit-node --exit-node ''; - # this is an old authkey which I found (was used once, now it's landed here but long expired...). I'm adding an age secret instead, although it isn't used anymore... - # -authkey ${config.age.secrets.tailscale_authkey} + # -authkey ${config.age.secrets.tailscale_authkey} }; -- cgit 1.4.1