vault: replace vault with openbao
Some checks failed
Run nix flake check / flake-check (push) Failing after 2m13s
Some checks failed
Run nix flake check / flake-check (push) Failing after 2m13s
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.vault = {
|
services.openbao = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
storageBackend = "file";
|
settings = {
|
||||||
|
storage.file.path = "/var/lib/openbao";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user