From 2728487448e203544c28c463628356f12a33efff Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 6 Nov 2024 01:25:57 +0000 Subject: [PATCH] fix: this should get some items built and deployed --- applications/acme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/acme.nix b/applications/acme.nix index 62f97d4..1031cf5 100644 --- a/applications/acme.nix +++ b/applications/acme.nix @@ -33,12 +33,12 @@ in { defaults = { email = "admin_acme@skynet.ie"; credentialsFile = config.age.secrets.acme.path; + # we use our own dns authorative server for verifying we own the domain. + dnsProvider = "rfc2136"; }; certs = { "skynet" = { - # we use our own dns authorative server for verifying we own the domain. - dnsProvider = "rfc2136"; domain = "skynet.ie"; extraDomainNames = lists.naturalSort cfg.domains; };