diff options
author | Ben Sima <ben@bsima.me> | 2019-06-19 10:47:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-19 10:47:54 -0700 |
commit | 7267ba4df3fa7fbde6b41ae11b705add21f6f189 (patch) | |
tree | 128a6e57f909cb011124d6600ce9bca847b2f4ea | |
parent | 31c499378c3ec0bd0a5f51c8e6590b84c9025825 (diff) |
simatime key has been rotated
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |