forked from katzen-cafe/katzen-cafe
vault
This commit is contained in:
parent
928f970d55
commit
ad663f501e
3 changed files with 25 additions and 1 deletions
11
modules/vault.nix
Normal file
11
modules/vault.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.vault = {
|
||||
enable = true;
|
||||
package = pkgs.vault-bin;
|
||||
storageBackend = "file";
|
||||
extraConfig = ''
|
||||
ui = true
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue