aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-10-01 15:34:31 +0200
committerAdrian Kummerlaender2018-10-01 15:34:31 +0200
commit9570647d316efc6f8f0007160723e378213e2d81 (patch)
treeeb29df37a484c546a3fcc13960a2b4713762f471
parent16ca63f369b95f2c7663ca563ba487a52b155974 (diff)
downloadnixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar.gz
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar.bz2
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar.lz
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar.xz
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.tar.zst
nixos_home-9570647d316efc6f8f0007160723e378213e2d81.zip
Update SSH config
-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";
+ };
};
};