summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-05 19:08:54 -0700
committerBen Sima <ben@bsima.me>2019-07-05 19:08:54 -0700
commit08d73e246c6cb1981e25e35ec64dc7853d65d534 (patch)
treed64170df72b7c4b74918485db8099ab090a608b9 /common.nix
parenta45fbedb333c82eb917dca77df77ff6730f71ecf (diff)
change sshkey
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 5c17e06..9d7458d 100644
--- a/common.nix
+++ b/common.nix
@@ -83,7 +83,7 @@ in
nutin-madaj = {
hostname = "159.89.128.69";
user = "root";
- identityFile = [ "${homedir}/.ssh/id_rsa_old" ];
+ identityFile = [ "${homedir}/.ssh/biz-deploy" ];
identitiesOnly = true;
};
hikuj-zupip = {