From b542072742f07df98ef42680a9ca61b8a2bfb56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Bre=C5=BE=C3=A1k?= Date: Mon, 10 Oct 2022 22:59:52 +0200 Subject: [PATCH] Allow more DNS providers in acme.sh --- modules/acme-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/acme-sh.nix b/modules/acme-sh.nix index 602826e..74d7111 100644 --- a/modules/acme-sh.nix +++ b/modules/acme-sh.nix @@ -6,7 +6,7 @@ let cfg = config.services.acme-sh; - dnstype = lib.types.enum [ "dns_aws" "dns_dnsimple" ]; + dnstype = lib.types.string; submod = with lib;{ domains = mkOption { type = types.coercedTo