From ef1f8d393b2a3f17565494c51cab85eb55ece405 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 24 Nov 2023 15:38:31 +0100 Subject: [PATCH] Let's hope the certificates already work? --- nixos/queen/mail-server.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/queen/mail-server.nix b/nixos/queen/mail-server.nix index 3da6644..12e7ee6 100644 --- a/nixos/queen/mail-server.nix +++ b/nixos/queen/mail-server.nix @@ -24,12 +24,6 @@ hashedPasswordFile = config.sops.secrets."mailpass".path; aliases = ["postmaster@nextcloud.gladtherescake.eu" "abuse@nextcloud.gladtherescake.eu" "security@nextcloud.gladtherescake.eu"]; }; - - # Use Let's Encrypt certificates. Note that this needs to set up a stripped - # down nginx and opens port 80. - certificateScheme = "acme-nginx"; }; - security.acme.acceptTerms = true; - security.acme.defaults.email = "security@nextcloud.gladtherescake.eu"; }; }