Skip to content

Commit

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

Solution: Add his ssh key to the list.
  • Loading branch information
rvem committed Nov 22, 2023
1 parent 0b661da commit e811b4b
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 @@ -105,4 +105,8 @@
lierdakil = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhM54jUCbcVv/gyBFXJqGZO33elg3fu0sTtmPPnytMB [email protected]"
];
# Oliver Otchere
otcheredev = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEYUTK3xmr+4Hl5U2j9oQNna12modm7p+ch/XTfUnw3y [email protected]"
];
}

0 comments on commit e811b4b

Please sign in to comment.