From 36e837f6a9fb69dec439ee74963ba228737dbf66 Mon Sep 17 00:00:00 2001 From: jhonas Date: Mon, 28 Feb 2022 16:19:35 +0100 Subject: [PATCH] Fix vault's consul service URL --- template/tritonshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tritonshell.nix b/template/tritonshell.nix index 77f8ab6..c280980 100644 --- a/template/tritonshell.nix +++ b/template/tritonshell.nix @@ -78,7 +78,7 @@ pkgs.devshell.mkShell { } { name = "VAULT_ADDR"; - value = "https://nomad.service.consul:8200"; + value = "https://vault.service.consul:8200"; } ];