experiment with openbao secrets

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-01 13:12:11 -06:00
parent 8fff3be042
commit d923e49c19
4 changed files with 448 additions and 258 deletions

View file

@ -0,0 +1,12 @@
{
description = "Runtime secrets via OpenBao + Zitadel machine key";
inputs = { };
outputs = { ... }:
{
nixosModules = {
default = import ./nixos-module.nix;
};
};
}