Fix vault's consul service URL

This commit is contained in:
jhonas 2022-02-28 16:19:35 +01:00
parent 953321ffe3
commit 36e837f6a9
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -78,7 +78,7 @@ pkgs.devshell.mkShell {
} }
{ {
name = "VAULT_ADDR"; name = "VAULT_ADDR";
value = "https://nomad.service.consul:8200"; value = "https://vault.service.consul:8200";
} }
]; ];