commit db64b34936b42c24e89dd841c82fa74593d9c94b parent 1b0e46a7fc5187cee3c90579b8b3380629834c07 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Sep 2023 16:29:31 +0200 Fix admin section Diffstat:
| M | nixos/common/lib/envoy.nix | | | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/nixos/common/lib/envoy.nix b/nixos/common/lib/envoy.nix @@ -4,17 +4,17 @@ envoy = { enable = true; settings = { - static_resources = { - admin = { - access_log_path = "/dev/null"; - address = { - socket_address = { - protocol = "TCP"; - address = "127.0.0.1"; - port_value = "9901"; - }; + admin = { + access_log_path = "/dev/null"; + address = { + socket_address = { + protocol = "TCP"; + address = "127.0.0.1"; + port_value = "9901"; }; }; + }; + static_resources = { listeners = [ { name = "postgres";