From 87febd07ee743b58fceedb7b339d3872a4b1ad45 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 9 Jul 2022 23:19:27 +0200 Subject: [PATCH] fix typo --- config/net/upstream.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 6022be0..5af63d1 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -262,25 +262,25 @@ in } # data-hoarder { - destination = servHost.data-hoarder; + destination = servHosts.data-hoarder; proto = "udp"; reflect = true; sourcePort = 51820; } { - destination = servHost.data-hoarder; + destination = servHosts.data-hoarder; proto = "tcp"; reflect = true; sourcePort = 51820; } { - destination = "${servHost.data-hoarder}:22"; + destination = "${servHosts.data-hoarder}:22"; proto = "udp"; reflect = false; sourcePort = 2269; } { - destination = "${servHost.data-hoarder}:22"; + destination = "${servHosts.data-hoarder}:22"; proto = "tcp"; reflect = false; sourcePort = 2269;