From fb00fd8394f8fae49800f6b89fac8baff0b3a5a3 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 6 Jan 2024 21:51:39 +0100 Subject: [PATCH] distinguishable host urls --- hive.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hive.nix b/hive.nix index 1eb6363..6d633fa 100644 --- a/hive.nix +++ b/hive.nix @@ -65,7 +65,7 @@ in deployment = { # SSH deployment. - targetHost = "p1st.de"; + targetHost = "yodayoga.p1st.de"; targetPort = 2224; tags = [ "server" ]; @@ -78,7 +78,7 @@ in deployment = { # SSH deployment. - targetHost = "p1st.de"; + targetHost = "yodahedgehog.p1st.de"; targetPort = 2226; tags = [ "server" ]; @@ -91,7 +91,7 @@ in deployment = { # SSH deployment. - targetHost = "p1st.de"; + targetHost = "yodanas.p1st.de"; targetPort = 2222; tags = [ "server" ];