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