diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index edd254a..addfce4 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -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.