about summary refs log tree commit diff
path: root/nix/hosts/corrino/configuration.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-09 00:21:43 +0200
committerEmile <git@emile.space>2024-06-09 00:21:43 +0200
commit9906785bac048cbce846b23b387597bb92372a65 (patch)
treee58dc295cb2dcd9b1dd2575602eae4ea0da0b523 /nix/hosts/corrino/configuration.nix
parent019ac4c2355c8b3ad11af818bd733b7fc912084d (diff)
cleaning up the tailscale auth key stuff
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r--nix/hosts/corrino/configuration.nix6
1 files changed, 2 insertions, 4 deletions
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}
   };