enabled second vault node

This commit is contained in:
Vivian 2022-09-28 18:13:15 +02:00
parent 47d0265084
commit 898e46654e

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}";