summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
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 = {