added nginx autoproxy for exposes config, needs some refactoring
This commit is contained in:
parent
f9819aa99c
commit
47dc6d71b7
3 changed files with 106 additions and 95 deletions
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.services.v.vault;
|
||||
hostIP = config.deployment.targetHost;
|
||||
hostIP = config.meta.ipv4;
|
||||
|
||||
# Find all vault hosts that do not have the same IP as the current host
|
||||
vault_hosts =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue