From 630aa3f3ed7ca3c175f008ef5d0e67075909a742 Mon Sep 17 00:00:00 2001 From: Heitor Date: Wed, 17 Jul 2024 11:06:46 -0300 Subject: [PATCH] [FAP-26] Add Heitor's SSH key Problem: For FAP-26, I need to SSH into a server, but I need permission first. Solution: Add my key to ssh-keys.nix. --- modules/ssh-keys.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ssh-keys.nix b/modules/ssh-keys.nix index 767742f..a42dfc8 100644 --- a/modules/ssh-keys.nix +++ b/modules/ssh-keys.nix @@ -84,4 +84,8 @@ ruben = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDeEgqGkRli0z6ccp9ucndAroo3yShAmU2wAFws+5iGw slack@eureka" ]; + # Heitor Toledo Lassarote de Paula + heitor = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8OXnif02/DPrl9ZjOTC0V+u2nPVoYuO5ZV1ryPUZhg heitor.toledo@serokell.io" + ]; }