diff options
-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"; |