From 7d1e47de12fc0c2543451cbbf8568f8e956193dd Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 28 Sep 2022 18:13:15 +0200 Subject: [PATCH] enabled second vault node --- nixos/hosts/olympus/vault-1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/olympus/vault-1/configuration.nix b/nixos/hosts/olympus/vault-1/configuration.nix index 94629a7..5bcf47f 100644 --- a/nixos/hosts/olympus/vault-1/configuration.nix +++ b/nixos/hosts/olympus/vault-1/configuration.nix @@ -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}";