diff options
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/mail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/mail.nix b/flora/services/mail.nix index e43e56f..2e1179a 100644 --- a/flora/services/mail.nix +++ b/flora/services/mail.nix @@ -21,6 +21,6 @@ # Use Let's Encrypt certificates. Note that this needs to set up a stripped # down nginx and opens port 80. - certificateScheme = 3; + certificateScheme = "acme-nginx"; }; } |