From 898e46654e9a1ff5964289aefa61b5204d1ab286 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 94629a7d..5bcf47f2 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}";