From 7267ba4df3fa7fbde6b41ae11b705add21f6f189 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 19 Jun 2019 10:47:54 -0700 Subject: simatime key has been rotated --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 6b92871..af5ff37 100644 --- a/common.nix +++ b/common.nix @@ -65,7 +65,7 @@ in "simatime.com" = { hostname = "simatime.com"; user = "git"; - identityFile = [ "${homedir}/.ssh/id_rsa_old" ]; + identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; gh = { -- cgit v1.2.3