commit f84de5dc6dacfcd11fd24c28076c548f3287cdfa parent 2d7825f22bbb917a5ebc8e742e029599b9d4cb1b Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 6 Sep 2023 14:02:48 +0200 Set missing prefix Diffstat:
| M | nixos/common/lib/pgcat.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/common/lib/pgcat.nix b/nixos/common/lib/pgcat.nix @@ -39,6 +39,7 @@ "http://100.64.0.3:2379" "http://100.64.0.1:2379" ]; + prefix = "/service/cluster-1"; }; environment.etc = { "confd/conf.d/pgcat.toml" = {