Add erebor haproxy 6444
This commit is contained in:
parent
7ef3bc8935
commit
0a2b769f33
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
haproxy = {
|
||||
enable = true;
|
||||
config = import ./config/haproxy.nix { inherit config; };
|
||||
tcpPorts = [ 6443 50000 ];
|
||||
tcpPorts = [ 6443 6444 50000 ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue