mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-10 07:32:36 +08:00
format type: add dotenv and ini
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
e18eefd2b1
commit
eb09a61dc9
9 changed files with 125 additions and 28 deletions
|
|
@ -41,7 +41,7 @@ let
|
|||
'';
|
||||
};
|
||||
format = mkOption {
|
||||
type = types.enum ["yaml" "json" "binary"];
|
||||
type = types.enum ["yaml" "json" "binary" "dotenv" "ini"];
|
||||
default = cfg.defaultSopsFormat;
|
||||
description = ''
|
||||
File format used to decrypt the sops secret.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue