ran nixpkgs-fmt

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-08 01:11:53 +05:30
parent aaf19ee844
commit e6cb5b2615
18 changed files with 87 additions and 75 deletions

View File

@@ -3,7 +3,7 @@
with lib;
let
cfg = config.services.vault-agent;
json = pkgs.formats.json {};
json = pkgs.formats.json { };
in
{
options = {
@@ -17,10 +17,10 @@ in
The package used for the vault agent
'';
};
settings = mkOption {
type = json.type;
default = {};
default = { };
description = ''
Settings for the agent
'';