Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
9 lines
88 B
Nix
9 lines
88 B
Nix
{ ... }:
|
|
{
|
|
services.vault = {
|
|
enable = true;
|
|
|
|
storageBackend = "file";
|
|
};
|
|
}
|