From a16a79ba67e8c344791403710bb70c1362d68b12 Mon Sep 17 00:00:00 2001 From: jhonas Date: Wed, 10 Aug 2022 12:03:55 +0200 Subject: [PATCH] Fix consul URL for cgn-1 --- template/tritonshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tritonshell.nix b/template/tritonshell.nix index fc2a652..77505e1 100644 --- a/template/tritonshell.nix +++ b/template/tritonshell.nix @@ -73,7 +73,7 @@ pkgs.devshell.mkShell { } { name = "CONSUL_HTTP_ADDR"; - value = "http://consul.service.consul:8500"; + value = "http://consul.service.cgn-1.consul:8500"; } { name = "NOMAD_ADDR";