mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-15 17:50:51 +00:00
Home-maager: support init and dotenv
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
a45636d7a5
commit
e4b99135e5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ let
|
|||
};
|
||||
|
||||
format = lib.mkOption {
|
||||
type = lib.types.enum [ "yaml" "json" "binary" ];
|
||||
type = lib.types.enum [ "yaml" "json" "binary" "ini" "dotenv" ];
|
||||
default = cfg.defaultSopsFormat;
|
||||
description = ''
|
||||
File format used to decrypt the sops secret.
|
||||
|
|
Loading…
Reference in a new issue