From 0a2b769f336e5fef55d65c387d6675441787dcd9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 15 Jul 2024 17:38:21 -0500 Subject: [PATCH] Add erebor haproxy 6444 --- nixos/hosts/telperion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/telperion/default.nix b/nixos/hosts/telperion/default.nix index f484b9e..d1dbf5e 100644 --- a/nixos/hosts/telperion/default.nix +++ b/nixos/hosts/telperion/default.nix @@ -83,7 +83,7 @@ haproxy = { enable = true; config = import ./config/haproxy.nix { inherit config; }; - tcpPorts = [ 6443 50000 ]; + tcpPorts = [ 6443 6444 50000 ]; }; }; };