aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix5
1 files changed, 4 insertions, 1 deletions
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";
+ };
};
};