We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106ae4 commit 322a018Copy full SHA for 322a018
1 file changed
infrastructure/ssh-keys.nix
@@ -5,6 +5,7 @@ let
5
jmoggr = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMiaHaeJ5PQL0mka/lY1yGXIs/bDK85uY1O3mLySnwHd j@jmoggr.com";
6
kasbah = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1K/FB6dCjo1/xfddi9VoHEGchFo/bcz6v7SC7wAuFQ kaspar@topos";
7
catcolab-next-deployuser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7AYg1fZM0zMxb/BuZTSwK4O3ycUIHruApr1tKoO8nJ deployuser@next.catcolab.org";
8
+ catcolab-private-actions-user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE5jfvVKRGR2QO3mP1ZKvowpO+BKjeCM8OAO+St+A+GX github.com/ToposInstitute/catcolab-private-actions";
9
};
10
11
# hostKey comes frome the /etc/ssh/ssh_host_ed25519_key.pub file on each host after the host is first
@@ -16,6 +17,7 @@ let
16
17
epatters
18
jmoggr
19
kasbah
20
+ catcolab-private-actions-user
21
];
22
allKeys = [ hostKey ] ++ userKeys;
23
0 commit comments