summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-06-19 10:47:54 -0700
committerBen Sima <ben@bsima.me>2019-06-19 10:47:54 -0700
commit7267ba4df3fa7fbde6b41ae11b705add21f6f189 (patch)
tree128a6e57f909cb011124d6600ce9bca847b2f4ea /common.nix
parent31c499378c3ec0bd0a5f51c8e6590b84c9025825 (diff)
simatime key has been rotated
Diffstat (limited to 'common.nix')
-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 = {