Some checks failed
Run nix flake check / flake-check (push) Failing after 2m13s
12 lines
132 B
Nix
12 lines
132 B
Nix
{ ... }:
|
|
{
|
|
services.openbao = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
storage.file.path = "/var/lib/openbao";
|
|
};
|
|
|
|
};
|
|
}
|