mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
flake: open nix flake devShell automatically with direnv (nix-direnv)
see infra-templates: - 32a8552eaf0347c217fa7d80572b06d5cd90243d - a1b9500b5dcd114d45571e8122459f0e5aca9de2 Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
d44e790c0e
commit
bd6cea24d1
@ -1,4 +1,5 @@
|
||||
export VAULT_CACERT=./ansible/files/vault-ca.crt
|
||||
export VAULT_CLIENT_CERT=./ansible/files/vault-client-user.crt
|
||||
export VAULT_CLIENT_KEY=./ansible/files/vault-client-user.key
|
||||
export VAULT_ADDR=https://vault-api.infra.status.im:8200
|
||||
export CONSUL_HTTP_TOKEN=$(pass services/consul/tokens/terraform)
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,8 +4,7 @@
|
||||
*.tfstate.d/
|
||||
*.tfstate.backup
|
||||
*.retry
|
||||
.direnv/
|
||||
|
||||
ansible/files/*
|
||||
__pycache__
|
||||
|
||||
.direnv/
|
||||
|
Loading…
x
Reference in New Issue
Block a user