From f743cf7c01e0b97163bacd396366dc1496ad4f00 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 3 Aug 2019 12:22:09 -0700 Subject: add sabten --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.nix b/common.nix index 9c54a76..9f0315c 100644 --- a/common.nix +++ b/common.nix @@ -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"; -- cgit v1.2.3