diff options
| author | seth <[email protected]> | 2023-07-15 03:19:10 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-15 04:15:21 -0400 |
| commit | 72d7d82952b46e854d9aeb21d9aa63eea4464793 (patch) | |
| tree | b15cf37c511b02a9ea2f92df223713d8ea0c20a8 /secrets/secrets.nix | |
| parent | f0ed286c00c8369a9c99986c7574b60954120d94 (diff) | |
profiles/server: start using tailscale ssh
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 9dd4eb2..f74dabc 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -15,6 +15,7 @@ in { "hosts/atlas/clusterToken.age".publicKeys = atlas; "hosts/atlas/secretsJson.age".publicKeys = atlas; "hosts/atlas/miniflux.age".publicKeys = atlas; + "hosts/atlas/tailscaleAuthKey.age".publicKeys = atlas; "hosts/p-body/rootPassword.age".publicKeys = p-body; "hosts/p-body/userPassword.age".publicKeys = p-body; @@ -22,4 +23,5 @@ in { "hosts/p-body/binaryCache.age".publicKeys = p-body; "hosts/p-body/clusterToken.age".publicKeys = p-body; "hosts/p-body/secretsJson.age".publicKeys = p-body; + "hosts/p-body/tailscaleAuthKey.age".publicKeys = p-body; } |
