From 0890c498873d392d5e0c2e760564286cd80d8939 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Wed, 2 Jul 2025 00:37:22 +0530 Subject: [PATCH] hosts/remilia: mailserver: change certificateScheme Signed-off-by: Amneesh Singh --- hosts/remilia/mailserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/remilia/mailserver.nix b/hosts/remilia/mailserver.nix index 2975d02..2d5b980 100644 --- a/hosts/remilia/mailserver.nix +++ b/hosts/remilia/mailserver.nix @@ -17,7 +17,7 @@ sendingFqdn = fqdn; domains = [ domain ]; certificateDomains = [ "mail.${domain}" ]; - certificateScheme = 3; + certificateScheme = "acme-nginx"; loginAccounts = { "natto@${domain}" = { hashedPasswordFile = "/var/secrets/natto@${domain}.key";