diff options
author | Ben Sima <ben@bsima.me> | 2019-08-03 12:22:09 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-03 12:22:09 -0700 |
commit | f743cf7c01e0b97163bacd396366dc1496ad4f00 (patch) | |
tree | 8fb3121eece8dfdac361d6621c060177d1bcb378 /common.nix | |
parent | 27f4d65d9be5d6fb6618052bfe8d5981c99a616c (diff) |
add sabten
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,6 +55,12 @@ in enable = true; forwardAgent = true; matchBlocks = { + "sabten" = { + hostname = "142.93.81.26"; + user = "root"; + identityFile = [ "${homedir}/.ssh/id_rsa" ]; + identitiesOnly = true; + }; "simatime.com" = { hostname = "simatime.com"; user = "git"; |