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 ]; }; }; };