1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Home-maager: support init and dotenv

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
pogobanane 2023-02-03 10:30:30 +01:00 committed by GitHub
parent a45636d7a5
commit e4b99135e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.