enabled second vault node

This commit is contained in:
Vivian 2022-09-28 18:13:15 +02:00
parent 5c1e159d93
commit 7d1e47de12

View file

@ -22,7 +22,7 @@ in {
networking.firewall.allowedTCPPorts = [ port clusterPort ];
services.vault = {
enable = false;
enable = true;
# bin version includes the UI
package = pkgs.vault-bin;
address = "0.0.0.0:${toString port}";