Add openbao tool to flake

This commit is contained in:
2025-02-16 02:52:52 +01:00
parent 0b42a219eb
commit 6de157c02a

View File

@@ -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
'';
};
};