diff --git a/modules/sops/templates/default.nix b/modules/sops/templates/default.nix index 331064cf..750a5317 100644 --- a/modules/sops/templates/default.nix +++ b/modules/sops/templates/default.nix @@ -67,7 +67,7 @@ in { type = attrsOf (mkOptionType { name = "coercibleToString"; description = "value that can be coerced to string"; - check = strings.isCoercibleToString; + check = strings.isConvertibleWithToString; merge = mergeEqualOption; }); default = { };