From 6de157c02a634c765427c5b9f70bb5dd77b0cd48 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 16 Feb 2025 02:52:52 +0100 Subject: [PATCH] Add openbao tool to flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 5bebab6..9d97353 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ ansible fluxcd restic + openbao ]; shellHook = '' @@ -45,6 +46,7 @@ # export AWS_ACCESS_KEY_ID=? # export AWS_SECRET_ACCESS_KEY=? # export RESTIC_PASSWORD=? + export VAULT_ADDR=https://openbao.lumpiasty.xyz:8200 ''; }; };