diff options
-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 = { |