From b015ad57122c628a8e772812a3bbeebe90cfa1d5 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 1 Jun 2022 19:24:15 +0200 Subject: [PATCH] serv: update ssh to leon --- config/net/serv.nix | 4 ++-- config/net/upstream.nix | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/config/net/serv.nix b/config/net/serv.nix index 17ed578..0f198a3 100644 --- a/config/net/serv.nix +++ b/config/net/serv.nix @@ -50,11 +50,11 @@ kibana = "172.20.73.44"; public-access-proxy = "172.20.73.45"; marenz = "172.20.73.46"; - leonos = "172.20.73.47"; + leon = "172.20.73.47"; minetest = "172.20.73.48"; hydra = "172.20.73.49"; netboot = "172.20.73.50"; - vps1 = "172.20.73.51"; + # unused = "172.20.73.51"; ticker = "172.20.73.52"; gitea = "172.20.73.53"; stream = "172.20.73.54"; diff --git a/config/net/upstream.nix b/config/net/upstream.nix index d311321..76dcc7a 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -264,7 +264,7 @@ in sourcePort = 64699; } { - destination = "${servHosts.leonos}:22"; + destination = "${servHosts.leon}:22"; proto = "tcp"; reflect = true; sourcePort = 2223; @@ -330,13 +330,6 @@ in reflect = true; sourcePort = 3479; } - # leon's vps1 - { - destination = "${servHosts.vps1}:22"; - proto = "tcp"; - reflect = true; - sourcePort = 2225; - } { destination = servHosts.mailtngbert; proto = "tcp";