Skip to content

Commit

Permalink
[Chore] Add Ruben's ssh key
Browse files Browse the repository at this point in the history
Problem: Ruben needs ssh access to some of our servers.

Solution: Add his ssh key to the list.
  • Loading branch information
rvem committed Apr 19, 2024
1 parent f026b01 commit 29cad49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ssh-keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@
lierdakil = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhM54jUCbcVv/gyBFXJqGZO33elg3fu0sTtmPPnytMB [email protected]"
];
# Ruben Astudillo
ruben = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDeEgqGkRli0z6ccp9ucndAroo3yShAmU2wAFws+5iGw slack@eureka"
];
}

0 comments on commit 29cad49

Please sign in to comment.