From 9570647d316efc6f8f0007160723e378213e2d81 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 1 Oct 2018 15:34:31 +0200 Subject: Update SSH config --- home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index c8e0fd6..1f82091 100644 --- a/home.nix +++ b/home.nix @@ -26,9 +26,12 @@ matchBlocks = { "automatix" = { hostname = "kummerlaender.eu"; - port = 222; user = "common"; }; + "horst" = { + hostname = "172.23.20.188"; + user = "urdzx"; + }; }; }; -- cgit v1.2.3