2 Commits

Author SHA1 Message Date
4133eafc4e flake: add openbao to devshell
Some checks failed
Run nix flake check / flake-check (push) Failing after 18m52s
2026-02-01 22:16:52 +01:00
ace848b29c vault: replace vault with openbao 2026-02-01 22:16:52 +01:00

View File

@@ -380,6 +380,7 @@
packages = with pkgs; [ packages = with pkgs; [
ansible ansible
opentofu opentofu
openbao
(pkgs.callPackage ./scripts/create-host { }) (pkgs.callPackage ./scripts/create-host { })
]; ];
}; };