Add erebor haproxy 6444

This commit is contained in:
Joseph Hanson 2024-07-15 17:38:21 -05:00
parent 7ef3bc8935
commit 0a2b769f33
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -83,7 +83,7 @@
haproxy = { haproxy = {
enable = true; enable = true;
config = import ./config/haproxy.nix { inherit config; }; config = import ./config/haproxy.nix { inherit config; };
tcpPorts = [ 6443 50000 ]; tcpPorts = [ 6443 6444 50000 ];
}; };
}; };
}; };